Skip to content

Commit 7bea92a

Browse files
chore(release): 7.2.0-alpha.3 [skip ci]
# [7.2.0-alpha.3](7.2.0-alpha.2...7.2.0-alpha.3) (2023-05-16) ### Bug Fixes * remove AES support form JWE ([b838c57](b838c57))
1 parent b838c57 commit 7bea92a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.2.0-alpha.3](https://github.com/decentralized-identity/did-jwt/compare/7.2.0-alpha.2...7.2.0-alpha.3) (2023-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* remove AES support form JWE ([b838c57](https://github.com/decentralized-identity/did-jwt/commit/b838c5779188ab0b14a04b1865620b42642d62a6))
7+
18
# [7.2.0-alpha.2](https://github.com/decentralized-identity/did-jwt/compare/7.2.0-alpha.1...7.2.0-alpha.2) (2023-05-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "did-jwt",
3-
"version": "7.2.0-alpha.2",
3+
"version": "7.2.0-alpha.3",
44
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)