From 936cbddf1b2b0af984b298421d4001a6fa69de72 Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:07:58 -0400 Subject: [PATCH] chore(main): release 0.2.5 (#225) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5a8e890..fc70b85a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * Use single quotes for release body on publish in case commit message has double quotes ([#216](https://github.com/Zapper-fi/studio/issues/216)) ([20927f3](https://github.com/Zapper-fi/studio/commit/20927f37ad292b48148f5f9a01e4c6a5c1461130)) +### [0.2.5](https://github.com/Zapper-fi/studio/compare/0.2.4...v0.2.5) (2022-04-22) + + +### Bug Fixes + +* Use release-please in favor of semantic-release ([#221](https://github.com/Zapper-fi/studio/issues/221)) ([aa25404](https://github.com/Zapper-fi/studio/commit/aa25404564f7438fef5d88ef45e1834d5fd50aa0)) + ## [0.2.3](https://github.com/Zapper-fi/studio/compare/0.2.2...0.2.3) (2022-04-22) diff --git a/package.json b/package.json index 780aa7f25..b20ebf134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.2.4", + "version": "0.2.5", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",