From 4cfedd6d90ba2ed8f88c868cf4c0040d331e22b8 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:37:40 -0500 Subject: [PATCH] chore(main): release 0.545.0 (#3024) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0986bab..5312da133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.545.0](https://github.com/Zapper-fi/studio/compare/v0.544.1...v0.545.0) (2023-11-14) + + +### Features + +* **studio:** Add Viem multicall dataloader and CLI for contract factory ([#3021](https://github.com/Zapper-fi/studio/issues/3021)) ([299f02d](https://github.com/Zapper-fi/studio/commit/299f02db0cb60c84d46a132c459311dfb5b94d77)) +* **studio:** Generate Viem contract factories ([#3025](https://github.com/Zapper-fi/studio/issues/3025)) ([1ab2b0e](https://github.com/Zapper-fi/studio/commit/1ab2b0ea5f4f2322d6b2c0995b59d1bd57555188)) +* **studio:** Migrate all apps to Viem toolkit ([#3026](https://github.com/Zapper-fi/studio/issues/3026)) ([315fdc6](https://github.com/Zapper-fi/studio/commit/315fdc6e5e80819d5435cd5874d8f133da8059d4)) +* **wombat-exchange:** Add new pools ([#3027](https://github.com/Zapper-fi/studio/issues/3027)) ([a14e7d4](https://github.com/Zapper-fi/studio/commit/a14e7d46b8e5c70cb4ec8327fe0bbb89fb3106ac)) + ## [0.544.1](https://github.com/Zapper-fi/studio/compare/v0.544.0...v0.544.1) (2023-11-07) diff --git a/package.json b/package.json index 693a026e8..2bfbd4ec2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.544.1", + "version": "0.545.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",