From 02c39e946c16eb9fbdd39374611092df3ba9b37c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Apr 2023 10:23:49 +0000 Subject: [PATCH] chore(release): 7.0.0-alpha.3 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67ef490..40165caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fe7ea408..d24eaed1 100644 --- a/package.json +++ b/package.json @@ -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",