Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2022-09-06)

### Bug Fixes

* better regex for toFixed method ([3f24f61](3f24f61))
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent ffd2dee commit 411ad81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.1](https://github.com/mangata-finance/mangata-sdk/compare/v1.6.0...v1.6.1) (2022-09-06)


### Bug Fixes

* better regex for toFixed method ([3f24f61](https://github.com/mangata-finance/mangata-sdk/commit/3f24f61659e39dceb8a4bfdb59d950db82572838))

# [1.6.0](https://github.com/mangata-finance/mangata-sdk/compare/v1.5.0...v1.6.0) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangata-finance/sdk",
"version": "1.6.0",
"version": "1.6.1",
"description": "SDK for communication with Mangata node",
"main": "./index.js",
"module": "./index.mjs",
Expand Down

0 comments on commit 411ad81

Please sign in to comment.