From e4c2d096553c496bec4857271de166edddf584e7 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Fri, 21 Oct 2022 09:22:14 -0400 Subject: [PATCH] chore(main): release 0.254.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587f6e588..21d41702a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://www.npmjs.com/package/@zapper-fi/studio?activeTab=versions +## [0.254.0](https://github.com/Zapper-fi/studio/compare/v0.253.0...v0.254.0) (2022-10-21) + + +### Features + +* **homora-v2:** Add missing balances ([#1603](https://github.com/Zapper-fi/studio/issues/1603)) ([8d46a19](https://github.com/Zapper-fi/studio/commit/8d46a192be85bab22da04186a7be173b7c33042f)) + + +### Bug Fixes + +* **homora-v2:** Unique on key ([6a5b347](https://github.com/Zapper-fi/studio/commit/6a5b347ffbd1ad23a816c37b6eaf2a5bbe48d391)) +* **homora-v2:** update logo ([#1607](https://github.com/Zapper-fi/studio/issues/1607)) ([22acfe2](https://github.com/Zapper-fi/studio/commit/22acfe2e05bde77b74c083e46a16d7fc69d05c59)) +* **vendor-finance:** Debt is getting added to net worth instead of subtracting ([#1606](https://github.com/Zapper-fi/studio/issues/1606)) ([0bdf084](https://github.com/Zapper-fi/studio/commit/0bdf084c8bf73a120b57824047f3fd011ec6a926)) + ## [0.253.0](https://github.com/Zapper-fi/studio/compare/v0.252.0...v0.253.0) (2022-10-20) diff --git a/package.json b/package.json index f14d2f920..a58feaf88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.253.0", + "version": "0.254.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "./index.js",