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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-11-17 23:04:59 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-11-17 23:05:16 +0300
commit39908169b49715563fcdb4e98acedb112ccb4087 (patch)
tree9bae866f27ee93d64c595b0a53334accda81e80a /CHANGELOG.md
parentb74c05d88dc48fabef031ea66ffaa4e548845655 (diff)
docs: changelog for v7.0.12
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8cafde115..9c40ec416 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,30 @@
+## 7.0.12 (2020-11-17)
+
+### BUG FIXES
+
+* [`7b89576bd`](https://github.com/npm/cli/commit/7b89576bd1fa557a312a841afa66b895558d1b12)
+ [#2174](https://github.com/npm/cli/issues/2174)
+ fix running empty scripts with `npm run-script`
+ ([@nlf](https://github.com/nlf))
+* [`bc9afb195`](https://github.com/npm/cli/commit/bc9afb195f5aad7c06bc96049c0f00dc8e752dee)
+ [#2002](https://github.com/npm/cli/issues/2002)
+ [#2184](https://github.com/npm/cli/issues/2184)
+ Preserve builtin conf when installing npm globally
+ ([@isaacs](https://github.com/isaacs))
+
+### DEPENDENCIES
+
+* [`b74c05d88`](https://github.com/npm/cli/commit/b74c05d88dc48fabef031ea66ffaa4e548845655)
+ `@npmcli/run-script@1.8.0`
+ * fix windows command-line argument escaping
+
+### DOCUMENTATION
+
+* [`4e522fdc9`](https://github.com/npm/cli/commit/4e522fdc917bc85af2ca8ff7669a0178e2f35123)
+ [#2179](https://github.com/npm/cli/issues/2179)
+ remove mention to --parseable option from `npm audit` docs
+ ([@Primajin](https://github.com/Primajin))
+
## 7.0.11 (2020-11-13)
### DEPENDENCIES