From d9dbe5605c5fd4115013bfcf0b2df3f141a4b4ef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 09:11:42 +0000 Subject: [PATCH] chore(release): 4.0.5 [skip ci] ## [4.0.5](https://github.com/cheqd/sdk/compare/4.0.4...4.0.5) (2024-10-24) ### Bug Fixes * Bump default resource gas units ([ae8860d](https://github.com/cheqd/sdk/commit/ae8860de540f01cf96bdb2ef25269df4181e6b81)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a964751..58a496a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.5](https://github.com/cheqd/sdk/compare/4.0.4...4.0.5) (2024-10-24) + +### Bug Fixes + +* Bump default resource gas units ([ae8860d](https://github.com/cheqd/sdk/commit/ae8860de540f01cf96bdb2ef25269df4181e6b81)) + ## [4.0.5-develop.1](https://github.com/cheqd/sdk/compare/4.0.4...4.0.5-develop.1) (2024-10-24) ### Bug Fixes diff --git a/package.json b/package.json index 75525fc..e859041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "4.0.5-develop.1", + "version": "4.0.5", "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)",