|
| 1 | +## v6.8.0 (2019-01-30): |
| 2 | + |
| 3 | +### NEW FEATURES |
| 4 | + |
| 5 | +* [`3663cdef2`](https://github.com/npm/cli/commit/3663cdef205fa9ba2c2830e5ef7ceeb31c30298c) |
| 6 | + [#140](https://github.com/npm/cli/pull/140) |
| 7 | + update package.json docs to include repository.directory details |
| 8 | + ([@greysteil](https://github.com/greysteil)) |
| 9 | + |
| 10 | +### BUGFIXES |
| 11 | + |
| 12 | +* [`550bf703a`](https://github.com/npm/cli/commit/550bf703ae3e31ba6a300658ae95b6937f67b68f) |
| 13 | + adding @types to ignore list to fix git clean -fd |
| 14 | + ([@zkat](https://github.com/zkat)) |
| 15 | +* [`cdb059293`](https://github.com/npm/cli/commit/cdb0592939d6256c80f7ec5a2b6251131a512a2a) |
| 16 | + [#144](https://github.com/npm/cli/pull/144) |
| 17 | + test(maketest): Fix common.npm callback arguments |
| 18 | +* [`91314e77b`](https://github.com/npm/cli/commit/91314e77be09a50a275f59ccda314f7cfe269069) |
| 19 | + [npm.community#4794](https://npm.community/t/packages-with-peerdependencies-are-incorrectly-hoisted/4794) |
| 20 | + install/dedupe: fix hoisting of packages with peerDeps |
| 21 | + ([@sokra](https://github.com/sokra)) |
| 22 | +* [`25573e9b9`](https://github.com/npm/cli/commit/25573e9b9d5d26261c68d453f06db5b3b1cd6789) |
| 23 | + [npm.community#https://npm.community/t/4770](https://npm.community/t/https://npm.community/t/4770) |
| 24 | + show installed but unmet peer deps |
| 25 | + ([@larsgw](https://github.com/larsgw)) |
| 26 | +* [`ce2c4bd1a`](https://github.com/npm/cli/commit/ce2c4bd1a2ce7ac1727a4ca9a350b743a2e27b2a) |
| 27 | + [#149](https://github.com/npm/cli/pull/149) |
| 28 | + use figgy-config to make sure extra opts are there |
| 29 | + ([@zkat](https://github.com/zkat)) |
| 30 | + |
| 31 | +### DEPENDENCY BUMPS |
| 32 | + |
| 33 | +* [`d72141080`](https://github.com/npm/cli/commit/d72141080ec8fcf35bcc5650245efbe649de053e) |
| 34 | + |
| 35 | + ([@zkat](https://github.com/zkat)) |
| 36 | +* [`671cad1b1`](https://github.com/npm/cli/commit/671cad1b18239d540da246d6f78de45d9f784396) |
| 37 | + |
| 38 | + Make sure publishing with legacy username:password _auth works again |
| 39 | + ([@zkat](https://github.com/zkat)) |
| 40 | +* [`95ca1aef4`](https://github.com/npm/cli/commit/95ca1aef4077c8e68d9f4dce37f6ba49b591c4ca) |
| 41 | + |
| 42 | + ([@aeschright](https://github.com/aeschright)) |
| 43 | + |
| 44 | +### MISC |
| 45 | + |
| 46 | +* [`89b23a5f7`](https://github.com/npm/cli/commit/89b23a5f7b0ccdcdda1d7d4d3eafb6903156d186) |
| 47 | + [#120](https://github.com/npm/cli/pull/120) |
| 48 | + use const in lib/fetch-package-metadata.md |
| 49 | + ([@watilde](https://github.com/watilde)) |
| 50 | +* [`4970d553c`](https://github.com/npm/cli/commit/4970d553c0ea66128931d118469fd31c87cc7986) |
| 51 | + [#126](https://github.com/npm/cli/pull/126) |
| 52 | + replace ronn with marked-man |
| 53 | + ([@watilde](https://github.com/watilde)) |
| 54 | +* [`d9b6090dc`](https://github.com/npm/cli/commit/d9b6090dc26cd0fded18b4f80248cff3e51bb185) |
| 55 | + [#138](https://github.com/npm/cli/pull/138) |
| 56 | + Reduce work to test if executable ends with a 'g'. |
| 57 | + ([@elidoran](https://github.com/elidoran)) |
| 58 | + ([@larsgw](https://github.com/larsgw)) |
| 59 | + |
1 | 60 | ## v6.7.0 (2019-01-23):
|
2 | 61 |
|
3 | 62 | Hey y'all! This is a quick hotfix release that includes some important fixes to
|
|
0 commit comments