From 6a185b59009133ad62868d725e92d694936c52a6 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:48:29 -0400 Subject: [PATCH] chore(main): release 0.540.0 (#3007) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9475c6e5e..f9f44ed0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.540.0](https://github.com/Zapper-fi/studio/compare/v0.539.2...v0.540.0) (2023-11-01) + + +### Features + +* **mux:** Add MuxLP Staking ([#3006](https://github.com/Zapper-fi/studio/issues/3006)) ([b42cf52](https://github.com/Zapper-fi/studio/commit/b42cf522e40d9f683b927356e4c26fc2ecfeaa76)) +* **mux:** Add veMUX ([#3008](https://github.com/Zapper-fi/studio/issues/3008)) ([bb2ec32](https://github.com/Zapper-fi/studio/commit/bb2ec3226c9c171f450e325df945eef17e081a18)) + ## [0.539.2](https://github.com/Zapper-fi/studio/compare/v0.539.1...v0.539.2) (2023-10-31) diff --git a/package.json b/package.json index cc9ff7fd1..4da8d37f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.539.2", + "version": "0.540.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",