diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b2f49bd9dad..ade21a24426ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## v6.10.1 (2019-07-11): + +### BUGFIXES + +* [`752e1837a`](https://github.com/npm/cli/commit/752e1837a0e3f3f8233fbcac35d4ed8cbfd64221) + [#206](https://github.com/npm/cli/pull/206) improve isOnly(Dev,Optional) + ([@larsgw](https://github.com/larsgw)) +* [`970717c7b`](https://github.com/npm/cli/commit/970717c7b4ff808af7826c5690e6b410e0bd6cff) + [#179](https://github.com/npm/cli/pull/179) fix-xmas-underline + ([@raywu0123](https://github.com/raywu0123)) +* [`e13afad99`](https://github.com/npm/cli/commit/e13afad997f6cb4b1f8e65336b9351d5c3d64876) + fix(git): strip `GIT` environs when running git + ([@isaacs](https://github.com/isaacs)) + +### DEPENDENCIES + +* [`e7513eafa`](https://github.com/npm/cli/commit/e7513eafa5bf4bc455f6653505c3f06c13f64a62) + `lru-cache@5.1.1` ([@isaacs](https://github.com/isaacs)) +* [`ae4ff9e88`](https://github.com/npm/cli/commit/ae4ff9e88f318948bcf9a97873e18d51c5c53e4e) + `npm-registry-fetch@3.9.1`: ([@isaacs](https://github.com/isaacs)) +* [`e091b767c`](https://github.com/npm/cli/commit/e091b767c258e59be58e1d81be99146f3af31743) + `call-limit@1.1.1` ([@isaacs](https://github.com/isaacs)) +* [`e25e2b292`](https://github.com/npm/cli/commit/e25e2b292b1492fd3bd0490598ec8f473d1efe70) + `glob@7.1.4` ([@isaacs](https://github.com/isaacs)) +* [`c40ca2d76`](https://github.com/npm/cli/commit/c40ca2d76442da1fc33314271caa6b9800ed22a7) + `inherits@2.0.4` ([@isaacs](https://github.com/isaacs)) +* [`f00a74293`](https://github.com/npm/cli/commit/f00a7429373a21d7486331c6f982aa9651638de4) + `libnpmsearch@2.0.1` ([@isaacs](https://github.com/isaacs)) +* [`8757f67d3`](https://github.com/npm/cli/commit/8757f67d399101b06ce671aaae7ecb57751bfa0d) + `marked@0.6.3` ([@isaacs](https://github.com/isaacs)) +* [`633befedd`](https://github.com/npm/cli/commit/633befeddf8b26fea7cff49b8adb1e6aa7516f27) + `marked-man@0.6.0` ([@isaacs](https://github.com/isaacs)) +* [`b2e98a343`](https://github.com/npm/cli/commit/b2e98a3437da83561e72875fcb037c2a1f34b7dc) + `npm-lifecycle@2.1.1` ([@isaacs](https://github.com/isaacs)) +* [`e69537dce`](https://github.com/npm/cli/commit/e69537dce646c1f0f36a5ff65b236cabef82ae1c) + `node-gyp@4.0.0` ([@isaacs](https://github.com/isaacs)) +* [`23e8b9410`](https://github.com/npm/cli/commit/23e8b94109c3124b496ecb42efae91a7585d0af1) + `query-string@6.8.1` ([@isaacs](https://github.com/isaacs)) +* [`572eaffcb`](https://github.com/npm/cli/commit/572eaffcb6b8ebbbef264f486ca23c73a5ddfc4b) + `tar-stream@2.1.0` ([@isaacs](https://github.com/isaacs)) +* [`609f62f31`](https://github.com/npm/cli/commit/609f62f31c989aa632e402b72a4d176f36b18370) + `worker-farm@1.7.0` ([@isaacs](https://github.com/isaacs)) +* [`3e9891181`](https://github.com/npm/cli/commit/3e9891181b1fbb82a5c40d7b3462210418c1b054) + `readable-stream@3.4.0` ([@isaacs](https://github.com/isaacs)) + ## v6.10.0 (2019-07-03): ### FEATURES