Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-10-03 02:49:38 +0300
committerisaacs <i@izs.me>2020-10-03 02:49:38 +0300
commit28d3891d2943bb0672a8aa357a08def932b8e4dc (patch)
treed9be96edfe625f7d8984b615918fdd8fcd381453 /CHANGELOG.md
parent6de81a013833e0961abdec6f7c1ad50b63faaae6 (diff)
docs: changelog for v7.0.0-rc.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f28236ac..bebe8e254 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v7.0.0-rc.2 (2020-10-02)
+
+* [`6de81a013`](https://github.com/npm/cli/commit/6de81a013833e0961abdec6f7c1ad50b63faaae6)
+ `@npmcli/run-script@1.7.2`
+ * Fix regression running 'install' scripts when package.json does not
+ contain a scripts object
+
## v7.0.0-rc.1 (2020-10-02)
* [`281a7f39a`](https://github.com/npm/cli/commit/281a7f39ac314bd7657ce2bcd7918b21eee99210)