From 6c264f0701ce4ea1bec276900391b2451b6c1815 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Wed, 20 Jul 2022 10:43:27 -0700 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7907fa8..6d2451b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## v3.0.0 (2022-07-20) + +#### :boom: Breaking Change +* [#73](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/73) Refactor to support release-it@15 (ESM) ([@refi93](https://github.com/refi93)) + +#### :bug: Bug Fix +* [#74](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/74) Bumps release-it to include fixed exports ([@scalvert](https://github.com/scalvert)) + +#### :house: Internal +* [#76](https://github.com/release-it-plugins/release-it-yarn-workspaces/pull/76) Use npm instead of yarn ([@scalvert](https://github.com/scalvert)) + +#### Committers: 2 +- Rafael Korbaš ([@refi93](https://github.com/refi93)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v2.0.1 (2021-04-19) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 314765c..8904078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "release-it-yarn-workspaces", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "release-it-yarn-workspaces", - "version": "2.0.1", + "version": "3.0.0", "license": "MIT", "dependencies": { "detect-indent": "^6.0.0", diff --git a/package.json b/package.json index cf85538..f4d764a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-it-yarn-workspaces", - "version": "2.0.1", + "version": "3.0.0", "description": "release-it plugin for bumping and publishing yarn workspaces", "keywords": [ "release",