From 2f47fe5ba43d6791d4b2d5385524cfdb088a4496 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:56:15 -0500 Subject: [PATCH] chore(main): release 0.546.0 (#3039) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9efb86924..14e6b949c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.546.0](https://github.com/Zapper-fi/studio/compare/v0.545.2...v0.546.0) (2023-11-14) + + +### Features + +* **index-coop:** Add Index Coop Large Cap Index & ETH Trend Index ([#3038](https://github.com/Zapper-fi/studio/issues/3038)) ([cfad834](https://github.com/Zapper-fi/studio/commit/cfad834611a029c4f48c47dd98d383e97686d960)) +* **studio:** Fix migration to Viem issues ([#3043](https://github.com/Zapper-fi/studio/issues/3043)) ([3859bd2](https://github.com/Zapper-fi/studio/commit/3859bd2a6561aa0353160fa04b9a996280591515)) + + +### Bug Fixes + +* **studio:** Fix linting errors ([#3041](https://github.com/Zapper-fi/studio/issues/3041)) ([7f743cb](https://github.com/Zapper-fi/studio/commit/7f743cb80da6f2ce978bce9102b2d65ab0b5e0ec)) + ## [0.545.2](https://github.com/Zapper-fi/studio/compare/v0.545.1...v0.545.2) (2023-11-14) diff --git a/package.json b/package.json index 8071795e6..370a7781c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.545.2", + "version": "0.546.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",