From 0e32d8ddff2b9f097885e9644f4db73b665cd09d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Dec 2022 11:03:56 +0000 Subject: [PATCH] chore(release): 0.2.0 # [0.2.0](https://github.com/hongaar/semantic-release-yarn/compare/v0.1.1...v0.2.0) (2022-12-07) ### Features * first iteration of monorepo support ([#15](https://github.com/hongaar/semantic-release-yarn/issues/15)) ([cef4440](https://github.com/hongaar/semantic-release-yarn/commit/cef4440d883dfaafbe6b58811444ae774c3341f6)) [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b09e039..b8d1c44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.2.0](https://github.com/hongaar/semantic-release-yarn/compare/v0.1.1...v0.2.0) (2022-12-07) + +### Features + +- first iteration of monorepo support + ([#15](https://github.com/hongaar/semantic-release-yarn/issues/15)) + ([cef4440](https://github.com/hongaar/semantic-release-yarn/commit/cef4440d883dfaafbe6b58811444ae774c3341f6)) + ## [0.1.1](https://github.com/hongaar/semantic-release-yarn/compare/v0.1.0...v0.1.1) (2022-12-07) ### Bug Fixes diff --git a/package.json b/package.json index 84ce36bb..669812ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-yarn", "description": "semantic-release plugin to publish a npm package with yarn", - "version": "0.1.1", + "version": "0.2.0", "author": "Joram van den Boezem ", "contributors": [ "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",