-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"package": "beachball", | ||
"commit": "349712ee2f15a27342de2f856a3f835b4fdb2ddf", | ||
"comment": "Use shell: true and explicit cwd for all package manager commands" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<!-- Start content --> | ||
|
||
## 2.43.1 | ||
|
||
Wed, 24 Apr 2024 01:43:00 GMT | ||
|
||
### Patches | ||
|
||
- Use shell: true and explicit cwd for all package manager commands ([email protected]) | ||
- 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). ([email protected]) | ||
|
||
## 2.43.0 | ||
|
||
Wed, 10 Apr 2024 00:55:50 GMT | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters