diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4bef6..bd13aee 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.41](https://github.com/sei-protocol/js-core/compare/v1.0.40...v1.0.41) (2022-12-13) + ### [1.0.40](https://github.com/sei-protocol/js-core/compare/v1.0.39...v1.0.40) (2022-11-28) ### [1.0.39](https://github.com/sei-protocol/js-core/compare/v1.0.38...v1.0.39) (2022-11-21) diff --git a/package.json b/package.json index 3af049a..181f905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sei-js/core", - "version": "1.0.40", + "version": "1.0.41", "description": "A javascript library for Sei.", "main": "./index.js", "types": "./index.d.ts",