You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/rush/CHANGELOG.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
{
2
2
"name": "@microsoft/rush",
3
3
"entries": [
4
+
{
5
+
"version": "5.70.0",
6
+
"tag": "@microsoft/rush_v5.70.0",
7
+
"date": "Wed, 11 May 2022 22:21:40 GMT",
8
+
"comments": {
9
+
"none": [
10
+
{
11
+
"comment": "Add a new `afterExecuteOperations` hook to phased command execution. This hook is used for the console timeline view and the standard result summary."
Copy file name to clipboardExpand all lines: apps/rush/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# Change Log - @microsoft/rush
2
2
3
-
This log was last generated on Tue, 10 May 2022 01:20:58 GMT and should not be manually modified.
3
+
This log was last generated on Wed, 11 May 2022 22:21:40 GMT and should not be manually modified.
4
+
5
+
## 5.70.0
6
+
Wed, 11 May 2022 22:21:40 GMT
7
+
8
+
### Updates
9
+
10
+
- Add a new `afterExecuteOperations` hook to phased command execution. This hook is used for the console timeline view and the standard result summary.
0 commit comments