From 2dba14bcf9ec857e8a5fbcbc07e1a204046c06b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Nov 2024 08:53:58 +0000 Subject: [PATCH] chore(release): 5.0.1 [skip ci] ## [5.0.1](https://github.com/cheqd/sdk/compare/5.0.0...5.0.1) (2024-11-27) ### Bug Fixes * Fix esm imports to include file extensions ([#397](https://github.com/cheqd/sdk/issues/397)) ([30cfb71](https://github.com/cheqd/sdk/commit/30cfb712dbed6d1ecb088010f46cfd7a862ac015)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 232b073..a41e4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.1](https://github.com/cheqd/sdk/compare/5.0.0...5.0.1) (2024-11-27) + +### Bug Fixes + +* Fix esm imports to include file extensions ([#397](https://github.com/cheqd/sdk/issues/397)) ([30cfb71](https://github.com/cheqd/sdk/commit/30cfb712dbed6d1ecb088010f46cfd7a862ac015)) + ## [5.0.1-develop.1](https://github.com/cheqd/sdk/compare/5.0.0...5.0.1-develop.1) (2024-11-26) ### Bug Fixes diff --git a/package.json b/package.json index dcc55ec..538e85e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "5.0.1-develop.1", + "version": "5.0.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)",