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-02 21:40:18 +0300
committerisaacs <i@izs.me>2020-10-03 00:08:37 +0300
commitfb7336bdb6f649def03bf10461c0cec848210355 (patch)
tree69a8b6a87ef4da740ff13dd3aa31fed80bef683a
parente7a085d7e8c132cc6302e1df142f2d87449345e0 (diff)
docs: changelog for v7.0.0-rc.1
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 945c91401..2f28236ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+## v7.0.0-rc.1 (2020-10-02)
+
+* [`281a7f39a`](https://github.com/npm/cli/commit/281a7f39ac314bd7657ce2bcd7918b21eee99210)
+ `@npmcli/arborist@0.0.31`
+ * Allow `npm update` to update bundled root dependencies
+ * Only do implicit node-gyp build for gyp files named `binding.gyp`
+* [`384f5ec47`](https://github.com/npm/cli/commit/384f5ec47091eed66c2a47f2c98df3ba7506ec9f)
+ update minipass-fetch to fix many 'cb() never called' errors
+* [`7b1e75906`](https://github.com/npm/cli/commit/7b1e75906351bd73cde2f745ccaf63b9ad7de435)
+ `@npmcli/run-script@1.7.1`
+ * Only do implicit node-gyp build for gyp files named `binding.gyp`
+* [`c20e2f0c7`](https://github.com/npm/cli/commit/c20e2f0c7766a04f999fdc64faad29277904c2d3)
+ [#1892](https://github.com/npm/cli/pull/1892)
+ Support `--omit` options in npm outdated
+
## v7.0.0-rc.0 (2020-10-01)
* [`3b417055c`](https://github.com/npm/cli/commit/3b417055cf07c4ef8e4c5063f00d3c24b5f5cbd2)