|
| 1 | +### v3.9.5 (2016-05-27): |
| 2 | + |
| 3 | +Just a quick point release. We had an issue where I (Kat) included the |
| 4 | +`.nyc_output/` directory in `[email protected]` and `[email protected]`. The issue got reported |
| 5 | +right after that second release |
| 6 | +([`#12873`](https://github.com/npm/npm/issues/12873)), and now there's this |
| 7 | +small point release that's there to fix the issue sooner. |
| 8 | + |
| 9 | +* [`f96aea0`](https://github.com/npm/npm/commit/f96aea085be981cdb59bd09f16da40717426f981) |
| 10 | + [#12878](https://github.com/npm/npm/pull/12878) |
| 11 | + Ignore `.nyc_output` to avoid an accidental publish or commit filled with |
| 12 | + code coverage data. |
| 13 | + ([@TheAlphaNerd](https://github.com/TheAlphaNerd)) |
| 14 | + |
| 15 | +### v3.9.4 (2016-05-26): |
| 16 | + |
| 17 | +Hey all! It's that time again! |
| 18 | + |
| 19 | +This week continues our current `big-bug` squashing push, although there's none |
| 20 | +that are ready to release quite yet -- we're working on it! |
| 21 | + |
| 22 | +It's also worth noting that we're entering the main part of conference season, |
| 23 | +so you can probably expect a bit of a dev slowdown as a lot of us wombats attend |
| 24 | +or speak at the various conferences. Remember [npm.camp](npm.camp) is happening |
| 25 | +in 2 months and the lineup is looking pretty great! Tickets are still on sale. |
| 26 | +Come hang out with us! WOO FUN! 🎉😸 |
| 27 | + |
| 28 | +#### BUGFIX |
| 29 | + |
| 30 | +* [`cac0038`](https://github.com/npm/npm/commit/cac0038868b18295f9f299e762e20034f32a3e11) |
| 31 | + [#12845](https://github.com/npm/npm/pull/12845) |
| 32 | + Progress bar during tarball packing now prints `pack:packagename` instead of |
| 33 | + `pack:[object Object]`. |
| 34 | + ([@iarna](https://github.com/iarna)) |
| 35 | + |
| 36 | +#### DOC UPDATES |
| 37 | + |
| 38 | +* [`0b81622`](https://github.com/npm/npm/commit/0b816225c743c9203db5d92fb4dd3a9293833298) |
| 39 | + [#12840](https://github.com/npm/npm/pull/12840) |
| 40 | + Remove sexualized language from comment in code. |
| 41 | + ([@geek](https://github.com/geek)) |
| 42 | +* [`d6dff24`](https://github.com/npm/npm/commit/d6dff2481cb587c392f22afb893ac3136371a64c) |
| 43 | + [#12802](https://github.com/npm/npm/pull/12802) |
| 44 | + Small grammar fix in `cli/npm.md`. |
| 45 | + ([@andresilveira](https://github.com/andresilveira)) |
| 46 | +* [`cb38e0f`](https://github.com/npm/npm/commit/cb38e0fff82a6c1c110026b95b07a8c32e27ec01) |
| 47 | + [#12782](https://github.com/npm/npm/pull/12782) |
| 48 | + Documents that `NOTICE` files started getting included after |
| 49 | + [npm/fstream-npm#17](https://github.com/npm/fstream-npm/pull/17). |
| 50 | + ([@SimenB](https://github.com/SimenB)) |
| 51 | +* [`70a3ae4`](https://github.com/npm/npm/commit/70a3ae4d4ec76b3ec51f00bf5261f1147829f9fe) |
| 52 | + [#12776](https://github.com/npm/npm/pull/12776) |
| 53 | + `npm run-script` used to have a `<pkg>` argument that allowed you to target |
| 54 | + specific packages' scripts. This was removed as one of the breaking changes |
| 55 | + for `npm@2`. |
| 56 | + This patch removes a mention of that argument, which really doesn't exist |
| 57 | + anymore. |
| 58 | + ([@fibo](https://github.com/fibo)) |
| 59 | + |
| 60 | +#### DEP UPDATES |
| 61 | + |
| 62 | +* [`4a4470d`](https://github.com/npm/npm/commit/4a4470ddd1d9b0b62cb94f3bff5ab6b8e6db527a) |
| 63 | + |
| 64 | + ([@iarna](https://github.com/iarna)) |
| 65 | + |
| 66 | +#### TEST IMPROVEMENTS |
| 67 | + |
| 68 | +So it turns out, `t.comment` in `tap` is actually pretty nice! |
| 69 | +There's also a couple other test improvements by Rebecca landing here. |
| 70 | + |
| 71 | +* [`9fd04dd`](https://github.com/npm/npm/commit/9fd04dd6be493465d7ac5f14dd9328e66069c1bf) |
| 72 | + [#12851](https://github.com/npm/npm/pull/12851) |
| 73 | + Rewrite `shrinkwrap-prod-dependency-also` test to use `common.npm` |
| 74 | + ([@iarna](https://github.com/iarna)) |
| 75 | +* [`3bc4a8e`](https://github.com/npm/npm/commit/3bc4a8ee58cb0e0adc84b4f135330f2b1e20d992) |
| 76 | + [#12851](https://github.com/npm/npm/pull/12851) |
| 77 | + Clean up `rm-linked` test. |
| 78 | + ([@iarna](https://github.com/iarna)) |
| 79 | +* [`bf7f7f2`](https://github.com/npm/npm/commit/bf7f7f273a794f7573bbbc84b1c216fdcd9e0ef9) |
| 80 | + [#12851](https://github.com/npm/npm/pull/12851) |
| 81 | + Clean up `outdated-symlink` test. |
| 82 | + ([@iarna](https://github.com/iarna)) |
| 83 | +* [`ca0baa4`](https://github.com/npm/npm/commit/ca0baa4dac85b1df4e26ef0c73d39314ca6858ca) |
| 84 | + [#12851](https://github.com/npm/npm/pull/12851) |
| 85 | + Improve diagnostics for `shrinkwrap-scoped-auth` test. |
| 86 | + ([@iarna](https://github.com/iarna)) |
| 87 | +* [`fbec9fd`](https://github.com/npm/npm/commit/fbec9fd5bb0abce589120d14c1f2b03b58cecce1) |
| 88 | + [#12851](https://github.com/npm/npm/pull/12851) |
| 89 | + Rewrite `shrinkwrap-dev-dependency` test to use `common.npm`. |
| 90 | + ([@iarna](https://github.com/iarna)) |
| 91 | + |
1 | 92 | ### v3.9.3 (2016-05-19):
|
2 | 93 |
|
3 | 94 | This week continues our `big-bug` squashing adventure! Things are churning along
|
|
0 commit comments