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:
authorMichael Perrotte <mike@npmjs.com>2020-01-28 20:58:17 +0300
committerMichael Perrotte <mike@npmjs.com>2020-01-28 20:58:17 +0300
commitdcafdd9527936c560237de60e7e9b0576ab8b072 (patch)
tree8f3fb1887477c7c2ecfecaa7d2200c1c9e47c543
parent0fb1296c7d6d4bb9e78c96978c433cd65e55c0ea (diff)
updated changelog for npm@6.13.7
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c7105645..3abd37703 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## 6.13.7 (2020-01-28)
+
+### BUG FIXES
+* [`7dbb91438`](https://github.com/npm/cli/commit/7dbb914382ecd2074fffb7eba81d93262e2d23c6)
+ [#655](https://github.com/npm/cli/pull/655)
+ Update CI detection cases
+ ([@isaacs](https://github.com/isaacs))
+
+### DEPENDENCIES
+* [`0fb1296c7`](https://github.com/npm/cli/commit/0fb1296c7d6d4bb9e78c96978c433cd65e55c0ea)
+ `libnpx@10.2.2`
+ ([@mikemimik](https://github.com/mikemimik))
+* [`c9b69d569`](https://github.com/npm/cli/commit/c9b69d569fec7944375a746e9c08a6fa9bec96ff)
+ `node-gyp@5.0.7`
+ ([@mikemimik](https://github.com/mikemimik))
+* [`e8dbaf452`](https://github.com/npm/cli/commit/e8dbaf452a1f6c5350bb0c37059b89a7448e7986)
+ `bin-links@1.1.7`
+ ([@mikemimik](https://github.com/mikemimik))
+ * [#613](https://github.com/npm/cli/issues/613) Fixes bin entry for package
+
## 6.13.6 (2020-01-09)
### DEPENDENCIES