Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Apr 24, 2024
1 parent 349712e commit e489896
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 16 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.json
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": "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",
Expand Down
11 changes: 10 additions & 1 deletion CHANGELOG.md
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 (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
Expand Down
7 changes: 0 additions & 7 deletions change/beachball-14e77b2f-24c2-47d5-a6c0-aa1b536f322d.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/beachball-777e7bf0-8855-48ac-9337-c6578415bc13.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beachball",
"version": "2.43.0",
"version": "2.43.1",
"description": "The Sunniest Semantic Version Bumper",
"repository": {
"type": "git",
Expand Down

0 comments on commit e489896

Please sign in to comment.