From c45e34c002aeebce35b7d1911d0c3143f4688252 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Feb 2024 21:34:53 +0000 Subject: [PATCH] chore(release): 3.0.3 ### [3.0.3](https://github.com/NibiruChain/ts-sdk/compare/v3.0.2...v3.0.3) (2024-02-05) ### Bug Fixes * fix ([1b6c027](https://github.com/NibiruChain/ts-sdk/commit/1b6c0273f777c868cd58a33c66b25827689fb749)) [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cca3f9..062631ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [3.0.3](https://github.com/NibiruChain/ts-sdk/compare/v3.0.2...v3.0.3) (2024-02-05) + +### Bug Fixes + +- fix ([1b6c027](https://github.com/NibiruChain/ts-sdk/commit/1b6c0273f777c868cd58a33c66b25827689fb749)) + ### [3.0.2](https://github.com/NibiruChain/ts-sdk/compare/v3.0.1...v3.0.2) (2024-02-05) ### Bug Fixes diff --git a/package.json b/package.json index 49e35957..faad9083 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.2", + "version": "3.0.3", "license": "MIT", "repository": { "type": "git",