From c979fda1df50bb55e46fdf852fb30a746b28de3a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Jan 2024 16:28:18 +0000 Subject: [PATCH] chore(release): 3.7.7 [skip ci] ## [3.7.7](https://github.com/cheqd/sdk/compare/3.7.6...3.7.7) (2024-01-08) ### Bug Fixes * Added `previousVersionId` pass-through on transformer ([3fa867f](https://github.com/cheqd/sdk/commit/3fa867f5ceef29b37d0e9c28313eddddf34eaccb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f992f591..6599ed3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.7](https://github.com/cheqd/sdk/compare/3.7.6...3.7.7) (2024-01-08) + + +### Bug Fixes + +* Added `previousVersionId` pass-through on transformer ([3fa867f](https://github.com/cheqd/sdk/commit/3fa867f5ceef29b37d0e9c28313eddddf34eaccb)) + ## [3.7.7-develop.1](https://github.com/cheqd/sdk/compare/3.7.6...3.7.7-develop.1) (2024-01-08) diff --git a/package.json b/package.json index 06607075..1ab81705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "3.7.7-develop.1", + "version": "3.7.7", "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)",