Skip to content

Commit

Permalink
chore(release): 3.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-rc.1](v2.0.0...v3.0.0-rc.1) (2023-09-25)

### Bug Fixes

* ratio ([da69cdb](da69cdb))

### Features

* complete refactoring of sdk ([49bedd8](49bedd8))
* update rpc methods with new types ([3a13b70](3a13b70))

### BREAKING CHANGES

* support only esm
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent da69cdb commit 4eb0051
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [3.0.0-rc.1](https://github.com/mangata-finance/mangata-sdk/compare/v2.0.0...v3.0.0-rc.1) (2023-09-25)


### Bug Fixes

* ratio ([da69cdb](https://github.com/mangata-finance/mangata-sdk/commit/da69cdb5387702339a7d5a4895cb4854a3535d8a))


### Features

* complete refactoring of sdk ([49bedd8](https://github.com/mangata-finance/mangata-sdk/commit/49bedd887b09caa9d293bcf80e2ff1da8a4d3b09))
* update rpc methods with new types ([3a13b70](https://github.com/mangata-finance/mangata-sdk/commit/3a13b70bc378ea755aa5e9529013d567bf148fde))


### BREAKING CHANGES

* support only esm

# [2.0.0](https://github.com/mangata-finance/mangata-sdk/compare/v1.20.1...v2.0.0) (2023-09-20)


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": "2.0.0",
"version": "3.0.0-rc.1",
"description": "",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 4eb0051

Please sign in to comment.