From 5e6535848f356f2893b16e79315f9599c8ff84b4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Oct 2023 14:08:12 +0000 Subject: [PATCH] chore(release): 3.0.2 ## [3.0.2](https://github.com/hongaar/semantic-release-yarn/compare/v3.0.1...v3.0.2) (2023-10-29) ### Bug Fixes * change --worktree to --all ([#212](https://github.com/hongaar/semantic-release-yarn/issues/212)) ([0bf8f09](https://github.com/hongaar/semantic-release-yarn/commit/0bf8f0979e1bd0684225b82f4a47e5b89eb72a92)), closes [#210](https://github.com/hongaar/semantic-release-yarn/issues/210) [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdc2abd9..2ec664dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/hongaar/semantic-release-yarn/compare/v3.0.1...v3.0.2) (2023-10-29) + + +### Bug Fixes + +* change --worktree to --all ([#212](https://github.com/hongaar/semantic-release-yarn/issues/212)) ([0bf8f09](https://github.com/hongaar/semantic-release-yarn/commit/0bf8f0979e1bd0684225b82f4a47e5b89eb72a92)), closes [#210](https://github.com/hongaar/semantic-release-yarn/issues/210) + ## [3.0.1](https://github.com/hongaar/semantic-release-yarn/compare/v3.0.0...v3.0.1) (2023-10-29) diff --git a/package.json b/package.json index 030b9888..e190dffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-release-yarn", - "version": "3.0.1", + "version": "3.0.2", "description": "semantic-release plugin to publish a npm package with yarn", "keywords": [ "npm",