Skip to content

Commit

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

### Features

* initial support for X25519 ECDH-ES+A256KW for JWE ([#279](#279)) ([375b93c](375b93c))
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent 375b93c commit 270d016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [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)


### Features

* initial support for X25519 ECDH-ES+A256KW for JWE ([#279](https://github.com/decentralized-identity/did-jwt/issues/279)) ([375b93c](https://github.com/decentralized-identity/did-jwt/commit/375b93c79531003f1afdbf8b39e10556d67072d6))

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


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.1",
"version": "7.0.0-alpha.2",
"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 270d016

Please sign in to comment.