diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f9b88fb..16a03ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### [5.0.2](https://github.com/NibiruChain/ts-sdk/compare/v5.0.1...v5.0.2) (2024-10-24) + +### Miscellaneous Chores + +- update eth proto to latest ([#386](https://github.com/NibiruChain/ts-sdk/issues/386)) ([20b645d](https://github.com/NibiruChain/ts-sdk/commit/20b645d23c29cf801b7ca55b0892be25dc7a5c9b)), closes [#385](https://github.com/NibiruChain/ts-sdk/issues/385) + ### [5.0.1](https://github.com/NibiruChain/ts-sdk/compare/v5.0.0...v5.0.1) (2024-10-18) ### Bug Fixes diff --git a/package.json b/package.json index b6c336a7..5808eeb2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nibiruchain/nibijs", "description": "The TypeScript SDK for the Nibiru blockchain.", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "repository": { "type": "git",