From 7ed2240beefe6f9366fb93141d6532311005734b Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Wed, 25 May 2022 14:14:04 +0200 Subject: [PATCH] chore(main): release 0.41.0 (#500) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a233190a..fed443be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.41.0](https://github.com/Zapper-fi/studio/compare/v0.40.0...v0.41.0) (2022-05-25) + + +### Features + +* **plutus:** Add Plutus DAO ([#497](https://github.com/Zapper-fi/studio/issues/497)) ([26a0282](https://github.com/Zapper-fi/studio/commit/26a028293520026fabb492f3bf20b4901383c617)) +* **rari-fuse:** Move Rari Fuse to Studio ([#499](https://github.com/Zapper-fi/studio/issues/499)) ([b2096de](https://github.com/Zapper-fi/studio/commit/b2096deb4a8a714c6c9b75f56473fe8cde7572d1)) +* **saddle:** Extract Saddle to Studio, add farms, add chef, add 4pool ([#501](https://github.com/Zapper-fi/studio/issues/501)) ([2acb909](https://github.com/Zapper-fi/studio/commit/2acb9091eeb42399ad98e9d979f0031fc2ffada7)) + + +### Bug Fixes + +* **bancor:** Update Bancor V3 for new pool collection contract ([#502](https://github.com/Zapper-fi/studio/issues/502)) ([1b00b68](https://github.com/Zapper-fi/studio/commit/1b00b687c2828fbb48fb69248b4160122435afe3)) +* **positions:** Cache API-sourced positions with DataLoader ([#504](https://github.com/Zapper-fi/studio/issues/504)) ([a592b3f](https://github.com/Zapper-fi/studio/commit/a592b3fda49785e041362570ac1cd12baddb29ad)) + ## [0.40.0](https://github.com/Zapper-fi/studio/compare/v0.39.1...v0.40.0) (2022-05-22) diff --git a/package.json b/package.json index 31d3690a1..42fd42cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.40.0", + "version": "0.41.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",