From 32111d92a6d023b2388bdb64f89dab5166bfe2fc Mon Sep 17 00:00:00 2001 From: zapper-bot <92882759+zapper-bot@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:14:43 -0400 Subject: [PATCH] chore(release): Release 0.1.0 (#175) Co-authored-by: JForsaken --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..71a231589 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# [0.1.0](https://github.com/Zapper-fi/studio/compare/0.0.26...0.1.0) (2022-04-20) + + +### Bug Fixes + +* Delete automatically generated tag from release ([#174](https://github.com/Zapper-fi/studio/issues/174)) ([2cf6e3b](https://github.com/Zapper-fi/studio/commit/2cf6e3bb9abd064fe8be012d274d3284b808f5ef)) +* Do not commit using semantic-release ([#170](https://github.com/Zapper-fi/studio/issues/170)) ([a26d968](https://github.com/Zapper-fi/studio/commit/a26d9686f76ad86b4e76fa8c46dca725af5193aa)) +* Github action for package.json uses main too now ([#169](https://github.com/Zapper-fi/studio/issues/169)) ([6513a31](https://github.com/Zapper-fi/studio/commit/6513a31459a775c14c9d427c0f343e838c51f922)) +* Try opening a PR using main as base ([#168](https://github.com/Zapper-fi/studio/issues/168)) ([78e4303](https://github.com/Zapper-fi/studio/commit/78e4303ef430df6ea631a4be51fc42b15f017f58)) +* Try opening a PR with semantic commits ([#167](https://github.com/Zapper-fi/studio/issues/167)) ([60e1584](https://github.com/Zapper-fi/studio/commit/60e1584fc2550c443b86c06369b882031b26d236)) +* Try out a fix commit to test semantic-release ([#165](https://github.com/Zapper-fi/studio/issues/165)) ([d48a930](https://github.com/Zapper-fi/studio/commit/d48a930bece4e6d830f7564dbeeb51d789df5300)) +* Try semantic-release non-dry run ([#166](https://github.com/Zapper-fi/studio/issues/166)) ([3677b5d](https://github.com/Zapper-fi/studio/commit/3677b5d803bd6a153cb850a55da1cb268fad2a55)) + + +### Features + +* Test semantic release ([#164](https://github.com/Zapper-fi/studio/issues/164)) ([46644bb](https://github.com/Zapper-fi/studio/commit/46644bb5d13d8eda3ee28c53a0c979ac0a7a2f91)) diff --git a/package.json b/package.json index 2c16b5070..a38558efb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zapper-fi/studio", - "version": "0.0.26", + "version": "0.1.0", "description": "Community build apps for Zapper.fi", "license": "MIT", "main": "dist/lib/index.js",