Skip to content

Commit 726fba7

Browse files
committed
docs: changelog for 6.12.0
1 parent f6b0459 commit 726fba7

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
11
## 6.12.0 (2019-10-01):
22

3-
Now `npm ci` runs prepare scripts for git dependencies, and respects the `--no-optional` argument.
3+
Now `npm ci` runs prepare scripts for git dependencies, and respects the
4+
`--no-optional` argument.
45

56
### BUG FIXES
67

78
* [`890b245dc`](https://github.com/npm/cli/commit/890b245dc1f609590d8ab993fac7cf5a37ed46a5)
89
[#252](https://github.com/npm/cli/pull/252)
910
chore(ci): add dirPacker to options
1011
([@claudiahdz](https://github.com/claudiahdz))
12+
* [`5aba50ad0`](https://github.com/npm/cli/commit/5aba50ad0889d468ecfa9d6d0446a89f70db73d5)
13+
[#257](https://github.com/npm/cli/pull/257)
14+
[npm.community#4792](https://npm.community/t/engines-and-engines-strict-ignored/4792)
15+
warn message on engine mismatch
16+
([@ruyadorno](https://github.com/ruyadorno))
17+
* [`bbc92fb8f`](https://github.com/npm/cli/commit/bbc92fb8f3478ff67071ebaff551f01c1ea42ced)
18+
[#259](https://github.com/npm/cli/pull/259)
19+
[npm.community#10288](https://npm.community/t/npm-token-err-figgypudding-options-cannot-be-modified-use-concat-instead/10288)
20+
Fix figgyPudding error in `npm token`
21+
([@benblank](https://github.com/benblank))
22+
23+
### FEATURES
24+
25+
* [`ed993a29c`](https://github.com/npm/cli/commit/ed993a29ccf923425317c433844d55dbea2f23ee)
26+
[#249](https://github.com/npm/cli/pull/249)
27+
Add CI environment variables to user-agent
28+
([@isaacs](https://github.com/isaacs))
29+
* [`f6b0459a4`](https://github.com/npm/cli/commit/f6b0459a466a2c663dbd549cdc331e7732552dca)
30+
[#248](https://github.com/npm/cli/pull/248)
31+
Add option to save package-lock without formatting
32+
Adds a new config `--format-package-lock`, which defaults to true.
33+
([@bl00mber](https://github.com/bl00mber))
1134

1235
### DEPENDENCIES
1336

@@ -20,7 +43,14 @@ Now `npm ci` runs prepare scripts for git dependencies, and respects the `--no-o
2043
- respect no-optional argument ([@cruzdanilo](https://github.com/cruzdanilo))
2144
* [`7e04f728c`](https://github.com/npm/cli/commit/7e04f728cc4cd4853a8fc99e2df0a12988897589)
2245
23-
46+
* [`5c380e5a3`](https://github.com/npm/cli/commit/5c380e5a33d760bb66a4285b032ae5f50af27199)
47+
48+
([@isaacs](https://github.com/isaacs))
49+
* [`bee6d42c6`](https://github.com/npm/cli/commit/bee6d42c68733fb59d3698f5d80fb748901f2a60)
50+
[#260](https://github.com/npm/cli/pull/260)
51+
52+
([@isaacs](https://github.com/isaacs))
53+
2454

2555
## 6.11.3 (2019-09-03):
2656

0 commit comments

Comments
 (0)