From b15e7a02927c8a5bb1499b6d9ff0a42fc47f3309 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 15 Jan 2024 13:36:21 -0500 Subject: [PATCH] Release 4.2.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7fcad..bb480e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ + +## v4.2.0 (2024-01-15) + +#### :bug: Bug Fix +* [#110](https://github.com/release-it-plugins/workspaces/pull/110) Ensure `workspace:` prefix is updated correctly when using PNPM. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + + ## v4.1.0 (2024-01-15) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index 9071e04..eff06aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@release-it-plugins/workspaces", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@release-it-plugins/workspaces", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "detect-indent": "^6.0.0", diff --git a/package.json b/package.json index 2197afe..aaa47de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@release-it-plugins/workspaces", - "version": "4.1.0", + "version": "4.2.0", "description": "release-it plugin for bumping and publishing workspaces", "keywords": [ "release",