diff --git a/CHANGELOG.json b/CHANGELOG.json index 42836fd3..eaffbcfa 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "beachball", "entries": [ + { + "date": "Wed, 24 Apr 2024 01:43:00 GMT", + "version": "2.43.1", + "tag": "beachball_v2.43.1", + "comments": { + "patch": [ + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "349712ee2f15a27342de2f856a3f835b4fdb2ddf", + "comment": "Use shell: true and explicit cwd for all package manager commands" + }, + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "7d50f9216020170edd713001972d7eeaa90d5e53", + "comment": "Set shell: true when spawning npm commands. This is required for Windows after a [Node security fix](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2)." + } + ] + } + }, { "date": "Wed, 10 Apr 2024 00:55:50 GMT", "version": "2.43.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cc612a..eaa1235f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - beachball -This log was last generated on Wed, 10 Apr 2024 00:55:50 GMT and should not be manually modified. +This log was last generated on Wed, 24 Apr 2024 01:43:00 GMT and should not be manually modified. +## 2.43.1 + +Wed, 24 Apr 2024 01:43:00 GMT + +### Patches + +- Use shell: true and explicit cwd for all package manager commands (elcraig@microsoft.com) +- Set shell: true when spawning npm commands. This is required for Windows after a [Node security fix](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2). (elcraig@microsoft.com) + ## 2.43.0 Wed, 10 Apr 2024 00:55:50 GMT diff --git a/change/beachball-14e77b2f-24c2-47d5-a6c0-aa1b536f322d.json b/change/beachball-14e77b2f-24c2-47d5-a6c0-aa1b536f322d.json deleted file mode 100644 index 85fca06b..00000000 --- a/change/beachball-14e77b2f-24c2-47d5-a6c0-aa1b536f322d.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Use shell: true and explicit cwd for all package manager commands", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/beachball-777e7bf0-8855-48ac-9337-c6578415bc13.json b/change/beachball-777e7bf0-8855-48ac-9337-c6578415bc13.json deleted file mode 100644 index b61a5f8c..00000000 --- a/change/beachball-777e7bf0-8855-48ac-9337-c6578415bc13.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Set shell: true when spawning npm commands. This is required for Windows after a [Node security fix](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2).", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 8e3f5b7c..35be4c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beachball", - "version": "2.43.0", + "version": "2.43.1", "description": "The Sunniest Semantic Version Bumper", "repository": { "type": "git",