From 30644d12acc414bbac4b420214f72636b2cf323f Mon Sep 17 00:00:00 2001 From: Rushbot Date: Fri, 24 Mar 2023 08:53:43 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- ...ture-rush-event-hook-output_2023-03-23-06-10.json | 10 ---------- 3 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 common/changes/@microsoft/rush/feature-rush-event-hook-output_2023-03-23-06-10.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index 8643d620fa8..4aa6af9efe5 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.95.0", + "tag": "@microsoft/rush_v5.95.0", + "date": "Fri, 24 Mar 2023 08:53:43 GMT", + "comments": { + "none": [ + { + "comment": "Add experiment `printEventHooksOutputToConsole` to allow printing outputs from event hooks to the console." + } + ] + } + }, { "version": "5.94.1", "tag": "@microsoft/rush_v5.94.1", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 4d013a94cb0..408d2400ba3 100644 --- a/apps/rush/CHANGELOG.md +++ b/apps/rush/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @microsoft/rush -This log was last generated on Wed, 22 Mar 2023 20:48:48 GMT and should not be manually modified. +This log was last generated on Fri, 24 Mar 2023 08:53:43 GMT and should not be manually modified. + +## 5.95.0 +Fri, 24 Mar 2023 08:53:43 GMT + +### Updates + +- Add experiment `printEventHooksOutputToConsole` to allow printing outputs from event hooks to the console. ## 5.94.1 Wed, 22 Mar 2023 20:48:48 GMT diff --git a/common/changes/@microsoft/rush/feature-rush-event-hook-output_2023-03-23-06-10.json b/common/changes/@microsoft/rush/feature-rush-event-hook-output_2023-03-23-06-10.json deleted file mode 100644 index 8fcf3b8685d..00000000000 --- a/common/changes/@microsoft/rush/feature-rush-event-hook-output_2023-03-23-06-10.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add experiment `printEventHooksOutputToConsole` to allow printing outputs from event hooks to the console.", - "type": "none" - } - ], - "packageName": "@microsoft/rush" -} \ No newline at end of file