From f1b1b5cb2f7c36adee67d6ec8a7d84731669d7ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Sep 2023 22:17:30 +0000 Subject: [PATCH] chore(release): 3.6.7 [skip ci] ## [3.6.7](https://github.com/cheqd/did-provider-cheqd/compare/3.6.6...3.6.7) (2023-09-04) ### Bug Fixes * Fix decodeCredentialJWT function [DEV-3170] ([#342](https://github.com/cheqd/did-provider-cheqd/issues/342)) ([c5330fb](https://github.com/cheqd/did-provider-cheqd/commit/c5330fbc09389d722dc5ea1c1244efe38d198010)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c176d61..ef87224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.7](https://github.com/cheqd/did-provider-cheqd/compare/3.6.6...3.6.7) (2023-09-04) + + +### Bug Fixes + +* Fix decodeCredentialJWT function [DEV-3170] ([#342](https://github.com/cheqd/did-provider-cheqd/issues/342)) ([c5330fb](https://github.com/cheqd/did-provider-cheqd/commit/c5330fbc09389d722dc5ea1c1244efe38d198010)) + ## [3.6.7-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.6.6...3.6.7-develop.1) (2023-09-04) diff --git a/package.json b/package.json index 1153ca9..de7fe44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "3.6.7-develop.1", + "version": "3.6.7", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",