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 Mar 20, 2023
1 parent a072fcf commit ef2530b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 41 deletions.
21 changes: 21 additions & 0 deletions apps/rush/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@microsoft/rush",
"entries": [
{
"version": "5.94.0",
"tag": "@microsoft/rush_v5.94.0",
"date": "Mon, 20 Mar 2023 20:14:36 GMT",
"comments": {
"none": [
{
"comment": "Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version."
},
{
"comment": "Extend LookupByPath to also be able to obtain the index of the remainder of the matched path."
},
{
"comment": "Include some more hooks to allow plugins to monitor phased command execution in real-time."
},
{
"comment": "Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message."
}
]
}
},
{
"version": "5.93.2",
"tag": "@microsoft/rush_v5.93.2",
Expand Down
12 changes: 11 additions & 1 deletion apps/rush/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @microsoft/rush

This log was last generated on Mon, 06 Mar 2023 20:18:01 GMT and should not be manually modified.
This log was last generated on Mon, 20 Mar 2023 20:14:36 GMT and should not be manually modified.

## 5.94.0
Mon, 20 Mar 2023 20:14:36 GMT

### Updates

- Update the `nodeSupportedVersionRange` in `rush.json` generated by `rush init` to remove Node 12 as it is no longer supported and include Node 18 as it is the current LTS version.
- Extend LookupByPath to also be able to obtain the index of the remainder of the matched path.
- Include some more hooks to allow plugins to monitor phased command execution in real-time.
- Fix an issue where running `rush update-autoinstaller` without having run `rush install` or `rush update` first would cause a crash with an unhelpful error message.

## 5.93.2
Mon, 06 Mar 2023 20:18:01 GMT
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ef2530b

Please sign in to comment.