Skip to content

Commit

Permalink
Update changelogs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rushbot committed Apr 23, 2022
1 parent d143afd commit cbde5bb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 21 deletions.
15 changes: 15 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.67.0",
"tag": "@microsoft/rush_v5.67.0",
"date": "Sat, 23 Apr 2022 02:13:20 GMT",
"comments": {
"none": [
{
"comment": "Upgrade \"tar\" dependency to eliminate spurious security vulnerability for \"minimist\" package"
},
{
"comment": "Remove requirement that custom parameters associated with a phased command must also be associated with one or more phases. This allows for custom parameters that will only be interpreted by plugins."
}
]
}
},
{
"version": "5.66.2",
"tag": "@microsoft/rush_v5.66.2",
Expand Down
10 changes: 9 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @microsoft/rush

This log was last generated on Tue, 12 Apr 2022 02:58:47 GMT and should not be manually modified.
This log was last generated on Sat, 23 Apr 2022 02:13:20 GMT and should not be manually modified.

## 5.67.0
Sat, 23 Apr 2022 02:13:20 GMT

### Updates

- Upgrade "tar" dependency to eliminate spurious security vulnerability for "minimist" package
- Remove requirement that custom parameters associated with a phased command must also be associated with one or more phases. This allows for custom parameters that will only be interpreted by plugins.

## 5.66.2
Tue, 12 Apr 2022 02:58:47 GMT
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit cbde5bb

Please sign in to comment.