|
| 1 | +## v6.7.0 (2019-01-23): |
| 2 | + |
| 3 | +Hey y'all! This is a quick hotfix release that includes some important fixes to |
| 4 | +`npm@6.6.0` related to the large rewrite/refactor. We're tagging it as a feature |
| 5 | +release because the changes involve some minor new features, and semver is |
| 6 | +semver, but there's nothing major here. |
| 7 | + |
| 8 | +### NEW FEATURES |
| 9 | + |
| 10 | +* [`50463f58b`](https://github.com/npm/cli/commit/50463f58b4b70180a85d6d8c10fcf50d8970ef5e) |
| 11 | + Improve usage errors to `npm org` commands and add optional filtering to `npm |
| 12 | + org ls` subcommand. |
| 13 | + ([@zkat](https://github.com/zkat)) |
| 14 | + |
| 15 | +### BUGFIXES |
| 16 | + |
| 17 | +* [`4027070b0`](https://github.com/npm/cli/commit/4027070b03be3bdae2515f2291de89b91f901df9) |
| 18 | + Fix default usage printout for `npm org` so you actually see how it's supposed |
| 19 | + to be used. |
| 20 | + ([@zkat](https://github.com/zkat)) |
| 21 | +* [`cfea6ea5b`](https://github.com/npm/cli/commit/cfea6ea5b67ec5e4ec57e3a9cb8c82d018cb5476) |
| 22 | + fix default usage message for npm hook |
| 23 | + ([@zkat](https://github.com/zkat)) |
| 24 | + |
| 25 | +### DOCS |
| 26 | + |
| 27 | +* [`e959e1421`](https://github.com/npm/cli/commit/e959e14217d751ddb295565fd75cc81de1ee0d5b) |
| 28 | + Add manpage for `npm org` command. |
| 29 | + ([@zkat](https://github.com/zkat)) |
| 30 | + |
| 31 | +### DEPENDENCY BUMPS |
| 32 | + |
| 33 | +* [`8543fc357`](https://github.com/npm/cli/commit/8543fc3576f64e91f7946d4c56a5ffb045b55156) |
| 34 | + `pacote@9.4.0`: Fall back to "fullfat" packuments on ETARGET errors. This will |
| 35 | + make it so that, when a package is published but the corgi follower hasn't |
| 36 | + caught up, users can still install a freshly-published package. |
| 37 | + ([@zkat](https://github.com/zkat)) |
| 38 | +* [`75475043b`](https://github.com/npm/cli/commit/75475043b03a254b2e7db2c04c3f0baea31d8dc5) |
| 39 | + [npm.community#4752](https://npm.community/t/npm-6-6-0-broke-authentication-with-npm-registry-couchapp/4752) |
| 40 | + `libnpmpublish@1.1.1`: Fixes auth error for username/password legacy authentication. |
| 41 | + ([@sreeramjayan](https://github.com/sreeramjayan)) |
| 42 | +* [`0af8c00ac`](https://github.com/npm/cli/commit/0af8c00acb01849362ffca25b567cc62447c7175) |
| 43 | + [npm.community#4746](https://npm.community/t/npm-6-6-0-release-breaking-docker-npm-ci-commands/4746) |
| 44 | + `libcipm@3.0.3`: Fixes issue with "cannot run in wd" errors for run-scripts. |
| 45 | + ([@zkat](https://github.com/zkat)) |
| 46 | +* [`5a7962e46`](https://github.com/npm/cli/commit/5a7962e46f582c6bd91784b0ddc941ed45e9f802) |
| 47 | + `write-file-atomic@2.4.2`: |
| 48 | + Fixes issues with leaking `signal-exit` instances and file descriptors. |
| 49 | + ([@iarna](https://github.com/iarna)) |
| 50 | + |
1 | 51 | ## v6.6.0 (2019-01-17):
|
2 | 52 |
|
3 | 53 | ### REFACTORING OUT npm-REGISTRY-CLIENT
|
|
0 commit comments