diff --git a/CHANGELOG.md b/CHANGELOG.md index 9604c76..465bb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.37](https://github.com/sei-protocol/js-core/compare/v1.0.36...v1.0.37) (2022-11-17) + ### [1.0.36](https://github.com/sei-protocol/js-core/compare/v1.0.35...v1.0.36) (2022-11-04) ### [1.0.35](https://github.com/sei-protocol/js-core/compare/v1.0.34...v1.0.35) (2022-10-25) diff --git a/package.json b/package.json index 65dd658..4d4da9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/core", - "version": "1.0.36", + "version": "1.0.37", "description": "A javascript library for Sei.", "main": "./index.js", "types": "./index.d.ts",