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)",