Skip to content

Commit

Permalink
update sd-jwt lib (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Fendy Putra <[email protected]>
  • Loading branch information
ragnika and Fendy Putra authored Mar 13, 2024
1 parent 299496f commit 6597f85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project (loosely) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.1 - 2024-03-13

### Fixed

- update `@meeco/sd-jwt` for minor bug-fix

## 1.2.0 - 2024-03-13

### Added
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@meeco/sd-jwt-vc",
"version": "1.2.0",
"version": "1.2.1",
"description": "SD-JWT VC implementation in typescript",
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -64,6 +64,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@meeco/sd-jwt": "^1.0.1"
"@meeco/sd-jwt": "^1.0.2"
}
}

0 comments on commit 6597f85

Please sign in to comment.