Skip to content

Commit e489896

Browse files
committed
applying package updates
1 parent 349712e commit e489896

File tree

5 files changed

+32
-16
lines changed

5 files changed

+32
-16
lines changed

CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "beachball",
33
"entries": [
4+
{
5+
"date": "Wed, 24 Apr 2024 01:43:00 GMT",
6+
"version": "2.43.1",
7+
"tag": "beachball_v2.43.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "elcraig@microsoft.com",
12+
"package": "beachball",
13+
"commit": "349712ee2f15a27342de2f856a3f835b4fdb2ddf",
14+
"comment": "Use shell: true and explicit cwd for all package manager commands"
15+
},
16+
{
17+
"author": "elcraig@microsoft.com",
18+
"package": "beachball",
19+
"commit": "7d50f9216020170edd713001972d7eeaa90d5e53",
20+
"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)."
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Wed, 10 Apr 2024 00:55:50 GMT",
627
"version": "2.43.0",

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - beachball
22

3-
This log was last generated on Wed, 10 Apr 2024 00:55:50 GMT and should not be manually modified.
3+
This log was last generated on Wed, 24 Apr 2024 01:43:00 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.43.1
8+
9+
Wed, 24 Apr 2024 01:43:00 GMT
10+
11+
### Patches
12+
13+
- Use shell: true and explicit cwd for all package manager commands (elcraig@microsoft.com)
14+
- 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)
15+
716
## 2.43.0
817

918
Wed, 10 Apr 2024 00:55:50 GMT

change/beachball-14e77b2f-24c2-47d5-a6c0-aa1b536f322d.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-777e7bf0-8855-48ac-9337-c6578415bc13.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beachball",
3-
"version": "2.43.0",
3+
"version": "2.43.1",
44
"description": "The Sunniest Semantic Version Bumper",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)