From 8870034a817c0f375e15c66c2050ce02aa376049 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Sep 2023 11:47:55 +0000 Subject: [PATCH] chore(release): 3.6.7-develop.1 [skip ci] ## [3.6.7-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.6.6...3.6.7-develop.1) (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 e22902b..c176d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.7-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.6.6...3.6.7-develop.1) (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.6](https://github.com/cheqd/did-provider-cheqd/compare/3.6.5...3.6.6) (2023-08-21) diff --git a/package.json b/package.json index 4402df2..962e407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "3.6.6", + "version": "3.6.7-develop.1", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",