diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 5757e57194e..173d96b2a84 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.100.1", + "tag": "@microsoft/rush_v5.100.1", + "date": "Wed, 14 Jun 2023 19:42:12 GMT", + "comments": { + "none": [ + { + "comment": "Fix an issue where Rush would attempt to open a project's log file for writing twice." + }, + { + "comment": "Fix an issue where arguments weren't passed to git hook scripts." + } + ] + } + }, { "version": "5.100.0", "tag": "@microsoft/rush_v5.100.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index ae564541492..9619bdff407 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - @microsoft/rush -This log was last generated on Tue, 13 Jun 2023 01:49:21 GMT and should not be manually modified. +This log was last generated on Wed, 14 Jun 2023 19:42:12 GMT and should not be manually modified. + +## 5.100.1 +Wed, 14 Jun 2023 19:42:12 GMT + +### Updates + +- Fix an issue where Rush would attempt to open a project's log file for writing twice. +- Fix an issue where arguments weren't passed to git hook scripts. ## 5.100.0 Tue, 13 Jun 2023 01:49:21 GMT diff --git a/common/changes/@microsoft/rush/fix-log-double-open_2023-06-14-18-49.json b/common/changes/@microsoft/rush/fix-log-double-open_2023-06-14-18-49.json deleted file mode 100644 index 83acdc6e026..00000000000 --- a/common/changes/@microsoft/rush/fix-log-double-open_2023-06-14-18-49.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where Rush would attempt to open a project's log file for writing twice.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/fix-rush-test_2023-06-12-22-22.json b/common/changes/@microsoft/rush/fix-rush-test_2023-06-12-22-22.json deleted file mode 100644 index efcd84c45fb..00000000000 --- a/common/changes/@microsoft/rush/fix-rush-test_2023-06-12-22-22.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "", - "type": "none", - "packageName": "@microsoft/rush" - } - ], - "packageName": "@microsoft/rush", - "email": "iclanton@users.noreply.github.com" -} \ No newline at end of file diff --git a/common/changes/@microsoft/rush/git-hook-passthrough_2023-06-14-16-10.json b/common/changes/@microsoft/rush/git-hook-passthrough_2023-06-14-16-10.json deleted file mode 100644 index cb72a80f19c..00000000000 --- a/common/changes/@microsoft/rush/git-hook-passthrough_2023-06-14-16-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Fix an issue where arguments weren't passed to git hook scripts.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file