From 18379f237528544a96eae4c2e619260566d6bb62 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:33:14 -0400 Subject: [PATCH] chore(main): release 0.498.0 (#2823) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f355b04..35d064b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.498.0](https://github.com/Zapper-fi/studio/compare/v0.497.2...v0.498.0) (2023-07-13) + + +### Features + +* **studio:** Support loading single contract call structs with Multicall wrapper ([#2824](https://github.com/Zapper-fi/studio/issues/2824)) ([559bf22](https://github.com/Zapper-fi/studio/commit/559bf223a2fa92904cda798de6dfdb8c6a2d86ba)) +* **velodrome-v2:** Add gauge and bribe positions ([#2822](https://github.com/Zapper-fi/studio/issues/2822)) ([b87ac13](https://github.com/Zapper-fi/studio/commit/b87ac13c3ddf4f42eae7312d9c187d9f8f64412f)) + ## [0.497.2](https://github.com/Zapper-fi/studio/compare/v0.497.1...v0.497.2) (2023-07-12) diff --git a/package.json b/package.json index 91406c024..b2626e5d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.497.2", + "version": "0.498.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",