From b7656a7fcd322a95648a048d8fbc6a8c6f4881dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Feb 2024 21:08:38 +0000 Subject: [PATCH] chore(release): 3.0.1 ### [3.0.1](https://github.com/NibiruChain/ts-sdk/compare/v3.0.0...v3.0.1) (2024-02-05) ### Bug Fixes * update mutation logic ([#303](https://github.com/NibiruChain/ts-sdk/issues/303)) ([6d9d683](https://github.com/NibiruChain/ts-sdk/commit/6d9d683f2507e0f8130046655faa098dceaf65c8)) [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca510b6..0e309054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.0.1](https://github.com/NibiruChain/ts-sdk/compare/v3.0.0...v3.0.1) (2024-02-05) + +### Bug Fixes + +- update mutation logic ([#303](https://github.com/NibiruChain/ts-sdk/issues/303)) ([6d9d683](https://github.com/NibiruChain/ts-sdk/commit/6d9d683f2507e0f8130046655faa098dceaf65c8)) + ## [3.0.0](https://github.com/NibiruChain/ts-sdk/compare/v2.0.1...v3.0.0) (2024-02-05) ### Bug Fixes diff --git a/package.json b/package.json index 52e8353d..26abc358 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nibiruchain/nibijs", "description": "The TypeScript SDK for the Nibiru blockchain.", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "repository": { "type": "git",