From be33fff69ea78a59006dbf38098551dd4ddb84a7 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 11 Jul 2023 11:17:53 -0700 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c097a4d..deda1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ + +## v4.0.0 (2023-07-11) + +#### :boom: Breaking Change +* [#106](https://github.com/release-it-plugins/workspaces/pull/106) Upgrades release-it to 16.x. Upgrades node to 16.x ([@scalvert](https://github.com/scalvert)) + +#### :rocket: Enhancement +* [#88](https://github.com/release-it-plugins/workspaces/pull/88) Avoid warning about private packages ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#107](https://github.com/release-it-plugins/workspaces/pull/107) Convert to vitest ([@scalvert](https://github.com/scalvert)) +* [#90](https://github.com/release-it-plugins/workspaces/pull/90) Add `release-it@^15.0.0` (latest 15.x) to CI ([@rwjblue](https://github.com/rwjblue)) +* [#89](https://github.com/release-it-plugins/workspaces/pull/89) Add Node 18 to CI ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 2 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v3.2.0 (2022-07-26) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 58f6e97..2c9a14e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@release-it-plugins/workspaces", - "version": "3.2.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@release-it-plugins/workspaces", - "version": "3.2.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "detect-indent": "^6.0.0", diff --git a/package.json b/package.json index ed9635b..8934522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@release-it-plugins/workspaces", - "version": "3.2.0", + "version": "4.0.0", "description": "release-it plugin for bumping and publishing workspaces", "keywords": [ "release",