diff --git a/CHANGELOG.md b/CHANGELOG.md index fd2a0164..cdc2abd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.1](https://github.com/hongaar/semantic-release-yarn/compare/v3.0.0...v3.0.1) (2023-10-29) + + +### Bug Fixes + +* add support for yarn 4 ([#211](https://github.com/hongaar/semantic-release-yarn/issues/211)) ([94ff591](https://github.com/hongaar/semantic-release-yarn/commit/94ff591be54fe5151c488bf20cdd0a09cdb9769b)), closes [#210](https://github.com/hongaar/semantic-release-yarn/issues/210) + # [3.0.0](https://github.com/hongaar/semantic-release-yarn/compare/v2.0.2...v3.0.0) (2023-10-29) diff --git a/package.json b/package.json index ce8b5d8c..030b9888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-release-yarn", - "version": "3.0.0", + "version": "3.0.1", "description": "semantic-release plugin to publish a npm package with yarn", "keywords": [ "npm",