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-01-10 01:36:20 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-01-10 01:36:20 +0300
commitc56c847cf1cbb50c7b70553db54017460cd5e931 (patch)
tree684000807960254c42ef815d76faae9b16cf2f59 /CHANGELOG.md
parent6dba897a1e2d56388fb6df0c814b0bb85af366b4 (diff)
docs: changelog for 6.13.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 488e96b42..8c7105645 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 6.13.6 (2020-01-09)
+
+### DEPENDENCIES
+
+* [`6dba897a1`](https://github.com/npm/cli/commit/6dba897a1e2d56388fb6df0c814b0bb85af366b4)
+ `pacote@9.5.12`:
+ * [`d2f4176`](https://github.com/npm/pacote/commit/d2f4176b6af393d7e29de27e9b638dbcbab9a0c7)
+ fix(git): Do not drop uid/gid when executing in root-owned directory
+ ([@isaacs](https://github.com/isaacs))
+
## 6.13.5 (2020-01-09)
### BUG FIXES