Skip to content

Commit c68a8b3

Browse files
committed
doc: update changelog for [email protected]
1 parent 50df1bf commit c68a8b3

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
## v6.4.0 (2018-09-08):
2+
3+
### NEW FEATURES
4+
5+
* [`6e9f04b0b`](https://github.com/npm/cli/commit/6e9f04b0baed007169d4e0c341f097cf133debf7)
6+
[npm/cli#8](https://github.com/npm/cli/pull/8)
7+
Search for authentication token defined by environment variables by preventing
8+
the translation layer from env variable to npm option from breaking
9+
`:_authToken`.
10+
([@mkhl](https://github.com/mkhl))
11+
* [`84bfd23e7`](https://github.com/npm/cli/commit/84bfd23e7d6434d30595594723a6e1976e84b022)
12+
[npm/cli#35](https://github.com/npm/cli/pull/35)
13+
Stop filtering out non-IPv4 addresses from `local-addrs`, making npm actually
14+
use IPv6 addresses when it must.
15+
([@valentin2105](https://github.com/valentin2105))
16+
* [`792c8c709`](https://github.com/npm/cli/commit/792c8c709dc7a445687aa0c8cba5c50bc4ed83fd)
17+
[npm/cli#31](https://github.com/npm/cli/pull/31)
18+
configurable audit level for non-zero exit
19+
`npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
20+
Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
21+
Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
22+
([@lennym](https://github.com/lennym))
23+
24+
### BUGFIXES
25+
26+
* [`d81146181`](https://github.com/npm/cli/commit/d8114618137bb5b9a52a86711bb8dc18bfc8e60c)
27+
[npm/cli#32](https://github.com/npm/cli/pull/32)
28+
Don't check for updates to npm when we are updating npm itself.
29+
([@olore](https://github.com/olore))
30+
31+
### DEPENDENCY UPDATES
32+
33+
* [`32e6947c6`](https://github.com/npm/cli/commit/32e6947c60db865257a0ebc2f7e754fedf7a6fc9)
34+
[npm/cli#39](https://github.com/npm/cli/pull/39)
35+
36+
REVERT REVERT, newer versions of this library are broken and print ansi
37+
codes even when disabled.
38+
([@iarna](https://github.com/iarna))
39+
* [`beb96b92c`](https://github.com/npm/cli/commit/beb96b92caf061611e3faafc7ca10e77084ec335)
40+
41+
([@zkat](https://github.com/zkat))
42+
* [`348fc91ad`](https://github.com/npm/cli/commit/348fc91ad223ff91cd7bcf233018ea1d979a2af1)
43+
`[email protected]`: Fixes errors with empty or string-only
44+
license fields.
45+
([@Gudahtt](https://github.com/Gudahtt))
46+
* [`e57d34575`](https://github.com/npm/cli/commit/e57d3457547ef464828fc6f82ae4750f3e511550)
47+
48+
([@shesek](https://github.com/shesek))
49+
* [`46f1c6ad4`](https://github.com/npm/cli/commit/46f1c6ad4b2fd5b0d7ec879b76b76a70a3a2595c)
50+
51+
([@isaacs](https://github.com/isaacs))
52+
* [`50df1bf69`](https://github.com/npm/cli/commit/50df1bf691e205b9f13e0fff0d51a68772c40561)
53+
54+
([@iarna](https://github.com/iarna))
55+
([@Erveon](https://github.com/Erveon))
56+
([@huochunpeng](https://github.com/huochunpeng))
57+
58+
### DOCUMENTATION
59+
60+
* [`c3ab25f3f`](https://github.com/npm/cli/commit/c3ab25f3f54038a813f765845a72ee9f9d836d7d)
61+
Remove stray comment from `file-specifier` docs.
62+
([@iarna](https://github.com/iarna))
63+
* [`af98e76ed`](https://github.com/npm/cli/commit/af98e76ed96af780b544962aa575585b3fa17b9a)
64+
[npm/cli#34](https://github.com/npm/cli/pull/34)
65+
Remove `npm publish` from list of commands not affected by `--dry-run`.
66+
([@joebowbeer](https://github.com/joebowbeer))
67+
* [`e2b0f0921`](https://github.com/npm/cli/commit/e2b0f092193c08c00f12a6168ad2bd9d6e16f8ce)
68+
[npm/cli#36](https://github.com/npm/cli/pull/36)
69+
Tweak formatting in repository field examples.
70+
([@noahbenham](https://github.com/noahbenham))
71+
* [`e2346e770`](https://github.com/npm/cli/commit/e2346e7702acccefe6d711168c2b0e0e272e194a)
72+
[npm/cli#14](https://github.com/npm/cli/pull/14)
73+
Used `process.env` examples to make accessing certain `npm run-scripts`
74+
environment variables more clear.
75+
([@mwarger](https://github.com/mwarger))
76+
177
## v6.3.0 (2018-08-01):
278

379
This is basically the same as the prerelease, but two dependencies have been

0 commit comments

Comments
 (0)