Skip to content

Commit

Permalink
chore(release): 7.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-alpha.3](7.0.0-alpha.2...7.0.0-alpha.3) (2023-04-19)

### Bug Fixes

* export A256KW encrypters and deduplicate code ([a12e833](a12e833))

### Features

* add ECDH-1PU+A256KW support ([cca18f3](cca18f3))
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent cca18f3 commit 02c39e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0-alpha.3](https://github.com/decentralized-identity/did-jwt/compare/7.0.0-alpha.2...7.0.0-alpha.3) (2023-04-19)


### Bug Fixes

* export A256KW encrypters and deduplicate code ([a12e833](https://github.com/decentralized-identity/did-jwt/commit/a12e83320afec1b515f724f7c710be7d4edfe248))


### Features

* add ECDH-1PU+A256KW support ([cca18f3](https://github.com/decentralized-identity/did-jwt/commit/cca18f3990bc03fe44e1c58e03e649c571a8c3df))

# [7.0.0-alpha.2](https://github.com/decentralized-identity/did-jwt/compare/7.0.0-alpha.1...7.0.0-alpha.2) (2023-04-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 02c39e9

Please sign in to comment.