From 27a60517dc789769ca3acbe34fd47dd0a34f98d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Aug 2023 17:37:36 +0000 Subject: [PATCH] chore(release): 3.6.6 [skip ci] ## [3.6.6](https://github.com/cheqd/did-provider-cheqd/compare/3.6.5...3.6.6) (2023-08-21) ### Bug Fixes * Fixed explicit address cast ([37f169d](https://github.com/cheqd/did-provider-cheqd/commit/37f169d9c95d980df4d693022a17faed3e3b4c7f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3a1bb..e22902b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.6](https://github.com/cheqd/did-provider-cheqd/compare/3.6.5...3.6.6) (2023-08-21) + + +### Bug Fixes + +* Fixed explicit address cast ([37f169d](https://github.com/cheqd/did-provider-cheqd/commit/37f169d9c95d980df4d693022a17faed3e3b4c7f)) + ## [3.6.6-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.6.5...3.6.6-develop.1) (2023-08-21) diff --git a/package.json b/package.json index 2b3b65a..ca0fedb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "3.6.6-develop.1", + "version": "3.6.6", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",