From afe3fa85ca73d54033131d5fc4ffebf7f70d2bbc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 13:33:26 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] ## [1.4.0](https://github.com/cheqd/wallet/compare/1.3.0...1.4.0) (2023-03-17) ### Features * Pass jwt for verification ([541e8c5](https://github.com/cheqd/wallet/commit/541e8c57fd96d334f523f4de054243299c715512)) * Pass jwt for verification ([#173](https://github.com/cheqd/wallet/issues/173)) ([345f94f](https://github.com/cheqd/wallet/commit/345f94fd0132595c4f40b57b3bd9e7f36f4c9d2d)) ### Bug Fixes * presentation QR ([c617edc](https://github.com/cheqd/wallet/commit/c617edc2989ced1edb4fd486e5193317c307a0a1)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5845f1..2d14e4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/cheqd/wallet/compare/1.3.0...1.4.0) (2023-03-17) + + +### Features + +* Pass jwt for verification ([541e8c5](https://github.com/cheqd/wallet/commit/541e8c57fd96d334f523f4de054243299c715512)) +* Pass jwt for verification ([#173](https://github.com/cheqd/wallet/issues/173)) ([345f94f](https://github.com/cheqd/wallet/commit/345f94fd0132595c4f40b57b3bd9e7f36f4c9d2d)) + + +### Bug Fixes + +* presentation QR ([c617edc](https://github.com/cheqd/wallet/commit/c617edc2989ced1edb4fd486e5193317c307a0a1)) + ## [1.3.0](https://github.com/cheqd/wallet/compare/1.2.0...1.3.0) (2022-11-29) diff --git a/package.json b/package.json index e7b7ffd5..52b33ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/wallet", - "version": "1.3.0", + "version": "1.4.0", "description": "cheqd Wallet", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",