Skip to content

Commit

Permalink
chore: bump version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runcat1234567 committed Jun 14, 2023
1 parent 22be52b commit 04b4875
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


# [0.4.0](https://github.com/turbos-finance/turbos-clmm-sdk/compare/0.3.1...0.4.0) (2023-06-14)


### Bug Fixes

* **pool:** do not apply position_manager::collect if not collect amounts ([22be52b](https://github.com/turbos-finance/turbos-clmm-sdk/commit/22be52b64ca94b06496ff87e4a31b5a190c30d5f))
* **pool:** should burn nft while removing liquidity ([cbf0e20](https://github.com/turbos-finance/turbos-clmm-sdk/commit/cbf0e20d2cbb1b9e9f6df060532b9cc76b19ceee))


### Features

* **nft:** add method getPositionTick ([3482681](https://github.com/turbos-finance/turbos-clmm-sdk/commit/3482681609b462955f8cbe2d896a1f02952cc461))

## [0.3.1](https://github.com/turbos-finance/turbos-clmm-sdk/compare/0.3.0...0.3.1) (2023-06-12)


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": "turbos-clmm-sdk",
"version": "0.3.1",
"version": "0.4.0",
"description": "Turbos finance sdk",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 04b4875

Please sign in to comment.