From cd6ee34b19670456124f0f33f467f6c5af8b7a8f Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:08:07 -0500 Subject: [PATCH] chore(main): release 0.547.0 (#3054) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245f11f1c..5a3603864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.547.0](https://github.com/Zapper-fi/studio/compare/v0.546.4...v0.547.0) (2023-11-15) + + +### Features + +* **aura:** Add Aura on Base ([#3030](https://github.com/Zapper-fi/studio/issues/3030)) ([5fc64b8](https://github.com/Zapper-fi/studio/commit/5fc64b8045e5ec1c79613eb5e8e031b320bf24cb)) + + +### Bug Fixes + +* **mux:** Fix destructure of assets ([#3055](https://github.com/Zapper-fi/studio/issues/3055)) ([510da9c](https://github.com/Zapper-fi/studio/commit/510da9c830cf45dac361b74bc52fcb1424747137)) +* **vector-finance:** Fix failing deposit token call ([#3056](https://github.com/Zapper-fi/studio/issues/3056)) ([1d58ec9](https://github.com/Zapper-fi/studio/commit/1d58ec9106ddde500945df8967b963fa2d3aca02)) + ## [0.546.4](https://github.com/Zapper-fi/studio/compare/v0.546.3...v0.546.4) (2023-11-15) diff --git a/package.json b/package.json index b2a862cdb..fe31ac122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.546.4", + "version": "0.547.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",