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:
authornlf <quitlahok@gmail.com>2020-11-23 23:41:53 +0300
committernlf <quitlahok@gmail.com>2020-11-23 23:41:53 +0300
commitc2a87565f0d032cc8ba9b75ced2179afe013ef23 (patch)
tree01a8e2595e3ce2b38f363747430911682b15fe35 /CHANGELOG.md
parent09d21ab903dcfebdfd446b8b29ad46c425b6510e (diff)
docs: changelog for v7.0.14
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 99f0d0237..6ac63cfba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 7.0.14 (2020-11-23)
+
+### DEPENDENCIES
+* [`09d21ab90`](https://github.com/npm/cli/commit/09d21ab903dcfebdfd446b8b29ad46c425b6510e)
+ `@npmcli/run-script@1.8.1`
+ - fix a regression in how scripts are escaped
+
## 7.0.13 (2020-11-20)
### BUG FIXES