From e69a1f3aadabcad7f236f67b41814519d3d5fab2 Mon Sep 17 00:00:00 2001 From: Rushbot Date: Wed, 10 Mar 2021 06:25:44 +0000 Subject: [PATCH] Deleting change files and updating change logs for package updates. --- apps/rush/CHANGELOG.json | 12 ++++++++++++ apps/rush/CHANGELOG.md | 9 ++++++++- .../rush/aws-build-cache_2021-02-09-16-23.json | 11 ----------- 3 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 common/changes/@microsoft/rush/aws-build-cache_2021-02-09-16-23.json diff --git a/apps/rush/CHANGELOG.json b/apps/rush/CHANGELOG.json index a379f59df82..8808b14908b 100644 --- a/apps/rush/CHANGELOG.json +++ b/apps/rush/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@microsoft/rush", "entries": [ + { + "version": "5.42.0", + "tag": "@microsoft/rush_v5.42.0", + "date": "Wed, 10 Mar 2021 06:25:44 GMT", + "comments": { + "none": [ + { + "comment": "Add AWS S3 support to the experimental build cache feature" + } + ] + } + }, { "version": "5.41.0", "tag": "@microsoft/rush_v5.41.0", diff --git a/apps/rush/CHANGELOG.md b/apps/rush/CHANGELOG.md index 902e736d716..5e79500c8b5 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, 10 Mar 2021 05:12:41 GMT and should not be manually modified. +This log was last generated on Wed, 10 Mar 2021 06:25:44 GMT and should not be manually modified. + +## 5.42.0 +Wed, 10 Mar 2021 06:25:44 GMT + +### Updates + +- Add AWS S3 support to the experimental build cache feature ## 5.41.0 Wed, 10 Mar 2021 05:12:41 GMT diff --git a/common/changes/@microsoft/rush/aws-build-cache_2021-02-09-16-23.json b/common/changes/@microsoft/rush/aws-build-cache_2021-02-09-16-23.json deleted file mode 100644 index 3ad409abd52..00000000000 --- a/common/changes/@microsoft/rush/aws-build-cache_2021-02-09-16-23.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "packageName": "@microsoft/rush", - "comment": "Add AWS S3 support to the experimental build cache feature", - "type": "none" - } - ], - "packageName": "@microsoft/rush", - "email": "raihle@users.noreply.github.com" -} \ No newline at end of file