From 770cc73516512aacc029f2abdb9df783346123af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Sep 2024 09:53:59 +0000 Subject: [PATCH] chore(release): 4.0.4-develop.1 [skip ci] ## [4.0.4-develop.1](https://github.com/cheqd/sdk/compare/4.0.3...4.0.4-develop.1) (2024-09-06) ### Bug Fixes * Jsonld errors in did document ([#378](https://github.com/cheqd/sdk/issues/378)) ([d75ecb6](https://github.com/cheqd/sdk/commit/d75ecb62ccfe9ccaeb7013ef7e15331e7ddf8386)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15fcdb..9fc41a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.4-develop.1](https://github.com/cheqd/sdk/compare/4.0.3...4.0.4-develop.1) (2024-09-06) + +### Bug Fixes + +* Jsonld errors in did document ([#378](https://github.com/cheqd/sdk/issues/378)) ([d75ecb6](https://github.com/cheqd/sdk/commit/d75ecb62ccfe9ccaeb7013ef7e15331e7ddf8386)) + ## [4.0.3](https://github.com/cheqd/sdk/compare/4.0.2...4.0.3) (2024-08-20) ### Bug Fixes diff --git a/package.json b/package.json index 036b3f6..92032e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "4.0.3", + "version": "4.0.4-develop.1", "description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",