diff --git a/CHANGELOG.md b/CHANGELOG.md index d164b228..01c217d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [3.0.0](https://github.com/hongaar/semantic-release-yarn/compare/v2.0.2...v3.0.0) (2023-10-29) + + +* feat!: update node.js versions (#177) ([3101023](https://github.com/hongaar/semantic-release-yarn/commit/3101023371bcb5291ee3bfc727ebb3c1052a3e2f)), closes [#177](https://github.com/hongaar/semantic-release-yarn/issues/177) + + +### BREAKING CHANGES + +* Require at least Node 18 + ## [2.0.2](https://github.com/hongaar/semantic-release-yarn/compare/v2.0.1...v2.0.2) (2023-10-26) diff --git a/package.json b/package.json index 505534a3..c5f83982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-release-yarn", - "version": "2.0.2", + "version": "3.0.0", "description": "semantic-release plugin to publish a npm package with yarn", "keywords": [ "npm",