Skip to content

Commit 512c1d5

Browse files
committed
doc: update changelog for [email protected]
1 parent 7eeacdb commit 512c1d5

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## v6.4.1 (2018-08-22):
2+
3+
### BUGFIXES
4+
5+
* [`4bd40f543`](https://github.com/npm/cli/commit/4bd40f543dc89f0721020e7d0bb3497300d74818)
6+
[#42](https://github.com/npm/cli/pull/42)
7+
Prevent blowing up on malformed responses from the `npm audit` endpoint, such
8+
as with third-party registries.
9+
([@framp](https://github.com/framp))
10+
* [`0e576f0aa`](https://github.com/npm/cli/commit/0e576f0aa6ea02653d948c10f29102a2d4a31944)
11+
[#46](https://github.com/npm/cli/pull/46)
12+
Fix `NO_PROXY` support by renaming npm-side config to `--noproxy`. The
13+
environment variable should still work.
14+
([@SneakyFish5](https://github.com/SneakyFish5))
15+
* [`d8e811d6a`](https://github.com/npm/cli/commit/d8e811d6adf3d87474982cb831c11316ac725605)
16+
[#33](https://github.com/npm/cli/pull/33)
17+
Disable `update-notifier` checks when a CI environment is detected.
18+
([@Sibiraj-S](https://github.com/Sibiraj-S))
19+
* [`1bc5b8cea`](https://github.com/npm/cli/commit/1bc5b8ceabc86bfe4777732f25ffef0f3de81bd1)
20+
[#47](https://github.com/npm/cli/pull/47)
21+
Fix issue where `postpack` scropts would break if `pack` was used with
22+
`--dry-run`.
23+
([@larsgw](https://github.com/larsgw))
24+
25+
### DEPENDENCY BUMPS
26+
27+
* [`4c57316d5`](https://github.com/npm/cli/commit/4c57316d5633e940105fa545b52d8fbfd2eb9f75)
28+
29+
([@zkat](https://github.com/zkat))
30+
* [`85f4d7905`](https://github.com/npm/cli/commit/85f4d79059865d5267f3516b6cdbc746012202c6)
31+
32+
([@zkat](https://github.com/zkat))
33+
* [`d20ac242a`](https://github.com/npm/cli/commit/d20ac242aeb44aa3581c65c052802a02d5eb22f3)
34+
35+
No real changes in npm-packlist, but npm-bundled included a
36+
circular dependency fix, as well as adding a proper LICENSE file.
37+
([@isaacs](https://github.com/isaacs))
38+
* [`e8d5f4418`](https://github.com/npm/cli/commit/e8d5f441821553a31fc8cd751670663699d2c8ce)
39+
[npm.community#632](https://npm.community/t/https://npm.community/t/using-npm-ci-does-not-run-prepare-script-for-git-modules/632)
40+
41+
Fixes issue where `npm ci` wasn't running the `prepare` lifecycle script when
42+
installing git dependencies
43+
([@edahlseng](https://github.com/edahlseng))
44+
* [`a5e6f78e9`](https://github.com/npm/cli/commit/a5e6f78e916873f7d18639ebdb8abd20479615a9)
45+
46+
Fixes memory leak problem when streaming large files (like legacy npm search).
47+
([@daern91](https://github.com/daern91))
48+
* [`3b940331d`](https://github.com/npm/cli/commit/3b940331dcccfa67f92366adb7ffd9ecf7673a9a)
49+
[npm.community#1042](https://npm.community/t/3-path-variables-are-assigned-to-child-process-launched-by-npm/1042)
50+
51+
Fixes issue for Windows user where multiple `Path`/`PATH` variables were being
52+
added to the environment and breaking things in all sorts of fun and
53+
interesting ways.
54+
([@JimiC](https://github.com/JimiC))
55+
* [`d612d2ce8`](https://github.com/npm/cli/commit/d612d2ce8fab72026f344f125539ecbf3746af9a)
56+
57+
([@iarna](https://github.com/iarna))
58+
* [`1f6ba1cb1`](https://github.com/npm/cli/commit/1f6ba1cb174590c1f5d2b00e2ca238dfa39d507a)
59+
60+
([@domenic](https://github.com/domenic))
61+
* [`37b8f405f`](https://github.com/npm/cli/commit/37b8f405f35c861b7beeed56f71ad20b0bf87889)
62+
63+
([@mikeal](https://github.com/mikeal))
64+
* [`bb91a2a14`](https://github.com/npm/cli/commit/bb91a2a14562e77769057f1b6d06384be6d6bf7f)
65+
66+
([@iarna](https://github.com/iarna))
67+
* [`30bc9900a`](https://github.com/npm/cli/commit/30bc9900ae79c80bf0bdee0ae6372da6f668124c)
68+
69+
Adds support for two more CI services
70+
([@watson](https://github.com/watson))
71+
* [`1d2fa4ddd`](https://github.com/npm/cli/commit/1d2fa4dddcab8facfee92096cc24b299387f3182)
72+
73+
([@joshbruce](https://github.com/joshbruce))
74+
75+
### DOCUMENTATION
76+
77+
* [`08ecde292`](https://github.com/npm/cli/commit/08ecde2928f8c89a2fdaa800ae845103750b9327)
78+
[#54](https://github.com/npm/cli/pull/54)
79+
Mention registry terms of use in manpage and registry docs and update language
80+
in README for it.
81+
([@kemitchell](https://github.com/kemitchell))
82+
* [`de956405d`](https://github.com/npm/cli/commit/de956405d8b72354f98579d00c6dd30ac3b9bddf)
83+
[#41](https://github.com/npm/cli/pull/41)
84+
Add documentation for `--dry-run` in `install` and `pack` docs.
85+
([@reconbot](https://github.com/reconbot))
86+
* [`95031b90c`](https://github.com/npm/cli/commit/95031b90ce0b0c4dcd5e4eafc86e3e5bfd59fb3e)
87+
[#48](https://github.com/npm/cli/pull/48)
88+
Update republish time and lightly reorganize republish info.
89+
([@neverett](https://github.com/neverett))
90+
* [`767699b68`](https://github.com/npm/cli/commit/767699b6829b8b899d5479445e99b0ffc43ff92d)
91+
[#53](https://github.com/npm/cli/pull/53)
92+
Correct `[email protected]` release date in changelog.
93+
([@charmander](https://github.com/charmander))
94+
* [`3fea3166e`](https://github.com/npm/cli/commit/3fea3166eb4f43f574fcfd9ee71a171feea2bc29)
95+
[#55](https://github.com/npm/cli/pull/55)
96+
Align command descriptions in help text.
97+
([@erik](https://github.com/erik))
98+
199
## v6.4.0 (2018-08-09):
2100

3101
### NEW FEATURES

0 commit comments

Comments
 (0)