|
| 1 | +### v2.13.1 (2015-07-09): |
| 2 | + |
| 3 | +#### KAUAI WAS NICE. I MISS IT. |
| 4 | + |
| 5 | +But Forrest's still kinda on vacation, and not just mentally, because he's |
| 6 | +hanging out with the fine meatbags at CascadiaFest. Enjoy this small bug |
| 7 | +release. |
| 8 | + |
| 9 | +#### MAKE OURSELVES HAPPY |
| 10 | + |
| 11 | +* [`40981f2`](https://github.com/npm/npm/commit/40981f2e0c9c12bb003ccf188169afd1d201f5af) |
| 12 | + [#8862](https://github.com/npm/npm/issues/8862) Make the lifecycle's safety |
| 13 | + check work with scoped packages. ([@tcort](https://github.com/tcort)) |
| 14 | +* [`5125856`](https://github.com/npm/npm/commit/512585622481dbbda9a0306932468d59efaff658) |
| 15 | + [#8855](https://github.com/npm/npm/issues/8855) Make dependency versions of |
| 16 | + `"*"` match `"latest"` when all versions are prerelease. |
| 17 | + ([@iarna](https://github.com/iarna)) |
| 18 | +* [`22fdc1d`](https://github.com/npm/npm/commit/22fdc1d52602ba7098af978c75fca8f7d1060141) |
| 19 | + Visually emphasize the correct way to write lifecycle scripts. |
| 20 | + ([@josh-egan](https://github.com/josh-egan)) |
| 21 | + |
| 22 | +#### MAKE TRAVIS HAPPY |
| 23 | + |
| 24 | +* [`413c3ac`](https://github.com/npm/npm/commit/413c3ac2ab2437f3011c6ca0d1630109ec14e604) |
| 25 | + Use npm's `2.x` branch for testing its `2.x` branch. |
| 26 | + ([@iarna](https://github.com/iarna)) |
| 27 | +* [`7602f64`](https://github.com/npm/npm/commit/7602f64826f7a465d9f3a20bd87a376d992607e6) |
| 28 | + Don't prompt for GnuPG passphrase in version lifecycle tests. |
| 29 | + ([@othiym23](https://github.com/othiym23)) |
| 30 | + |
| 31 | +#### MAKE `npm outdated` HAPPY |
| 32 | + |
| 33 | +* [`d338668`](https://github.com/npm/npm/commit/d338668601d1ebe5247a26237106e80ea8cd7f48) |
| 34 | + [#8796](https://github.com/npm/npm/issues/8796) `fstream-npm@1.0.4`: When packing the |
| 35 | + package tarball, npm no longer crashes for packages with certain combinations of |
| 36 | + `.npmignore` entries, `.gitignore` entries, and lifecycle scripts. |
| 37 | + ([@iarna](https://github.com/iarna)) |
| 38 | +* [`dbe7c9c`](https://github.com/npm/npm/commit/dbe7c9c74734be870d16dd61b9e7f746123011f6) |
| 39 | + `nock@2.7.0`: Add matching based on query strings. |
| 40 | + ([@othiym23](https://github.com/othiym23)) |
| 41 | + |
| 42 | +There are new versions of `strip-ansi` and `ansi-regex`, but npm only uses them |
| 43 | +indirectly, so we pushed them down into their dependencies where they can get |
| 44 | +updated at their own pace. |
| 45 | + |
| 46 | +* [`06b6ca5`](https://github.com/npm/npm/commit/06b6ca5b5333025f10c8d901628859bd4678e027) |
| 47 | + undeduplicate `ansi-regex` ([@othiym23](https://github.com/othiym23)) |
| 48 | +* [`b168e33`](https://github.com/npm/npm/commit/b168e33ad46faf47020a45f72ba8cec8c644bdb9) |
| 49 | + undeduplicate `strip-ansi` ([@othiym23](https://github.com/othiym23)) |
| 50 | + |
1 | 51 | ### v2.13.0 (2015-07-02):
|
2 | 52 |
|
3 | 53 | #### FORREST IS OUT! LET'S SNEAK IN ALL THE THINGS!
|
|
0 commit comments