Skip to content

Commit

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

### Features

* add A256GCM content enc for JWE ([166d841](166d841))
* add ECDH-1PU+A256KW and ECDH-ES+A256KW ([bdd3ea4](bdd3ea4))
  • Loading branch information
semantic-release-bot committed Apr 19, 2023
1 parent 166d841 commit a0add78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [7.1.0-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/7.0.0...7.1.0-alpha.1) (2023-04-19)


### Features

* add A256GCM content enc for JWE ([166d841](https://github.com/decentralized-identity/did-jwt/commit/166d841b9b53f83f9dfba3d29d58d0144ef11082))
* add ECDH-1PU+A256KW and ECDH-ES+A256KW ([bdd3ea4](https://github.com/decentralized-identity/did-jwt/commit/bdd3ea4c80fd2b2a375841d781e05c0a49740a63))

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


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",
"version": "7.1.0-alpha.1",
"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 a0add78

Please sign in to comment.