diff --git a/.changeset/heavy-coins-eat.md b/.changeset/heavy-coins-eat.md deleted file mode 100644 index ea9431f..0000000 --- a/.changeset/heavy-coins-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@mangrovedao/mgv": patch ---- - -Add sepolia market WBTC/DAI diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 83e107c..9dda055 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # @mangrovedao/mgv +## 0.8.6 + +### Patch Changes + +- 54a59ad: Add sepolia market WBTC/DAI + ## 0.8.5 ### Patch Changes diff --git a/src/package.json b/src/package.json index bd215a3..f29db72 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "@mangrovedao/mgv", "description": "Utils and functions to interact with mangrove protocol", - "version": "0.8.5", + "version": "0.8.6", "repository": { "url": "https://github.com/mangrovedao/mgv" }, @@ -64,8 +64,17 @@ }, "license": "MIT", "homepage": "https://mangrove.exchange", - "authors": ["maxencerb.eth"], - "keywords": ["eth", "ethereum", "dapp", "mangrove", "order", "book"], + "authors": [ + "maxencerb.eth" + ], + "keywords": [ + "eth", + "ethereum", + "dapp", + "mangrove", + "order", + "book" + ], "dependencies": { "zod": "^3.22.4" }