From 906b86fb6bc289dff6185e118bc154f011b9c3f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Sep 2023 22:02:21 +0000 Subject: [PATCH] chore(release): 7.3.0 [skip ci] # [7.3.0](https://github.com/decentralized-identity/did-jwt/compare/7.2.8...7.3.0) (2023-09-23) ### Features * **deps:** replace bech32 and old chacha with noble and scure packages ([#294](https://github.com/decentralized-identity/did-jwt/issues/294)) ([853c799](https://github.com/decentralized-identity/did-jwt/commit/853c79993925ff65777d07800594a11d29687bfc)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cca75b..e6b11f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.3.0](https://github.com/decentralized-identity/did-jwt/compare/7.2.8...7.3.0) (2023-09-23) + + +### Features + +* **deps:** replace bech32 and old chacha with noble and scure packages ([#294](https://github.com/decentralized-identity/did-jwt/issues/294)) ([853c799](https://github.com/decentralized-identity/did-jwt/commit/853c79993925ff65777d07800594a11d29687bfc)) + ## [7.2.8](https://github.com/decentralized-identity/did-jwt/compare/7.2.7...7.2.8) (2023-09-18) diff --git a/package.json b/package.json index 7fb2ff43..66f6d18c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt", - "version": "7.2.8", + "version": "7.3.0", "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",