From 76da89219d246d1eb744f0a9c9b8707fe8c66fd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Nov 2024 16:36:11 +0000 Subject: [PATCH] chore(release): 5.0.1-develop.1 [skip ci] ## [5.0.1-develop.1](https://github.com/cheqd/sdk/compare/5.0.0...5.0.1-develop.1) (2024-11-26) ### 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 35c8c51..232b073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.1-develop.1](https://github.com/cheqd/sdk/compare/5.0.0...5.0.1-develop.1) (2024-11-26) + +### 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.0](https://github.com/cheqd/sdk/compare/4.0.5...5.0.0) (2024-11-21) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 4e8001f..dcc55ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "5.0.0", + "version": "5.0.1-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)",