Skip to content

Commit

Permalink
doc: Fix changelog for 6.0.1
Browse files Browse the repository at this point in the history
iarna committed May 18, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 83a7051 commit a8d89d9
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -169,26 +169,12 @@ situation.
Timeout audit requests eventually.
([@iarna](https://github.com/iarna))

### MINOR UPDATE FIXES

This lets you update all your modules to the most recent semver compatible
versions without changing the limits in your `package.json`. This is
helpful when you want your lock to represent what your user's would get. You can do this with:

```
npm update --depth=99 --save-only-lock
```

* [`6947f1541`](https://github.com/npm/npm/commit/6947f1541101f863494e5626bb42628d7c2db370)
Don't clobber save-only-lock flag.
([@iarna](https://github.com/iarna))

### Looking forward

We're still a way from having node@11, so now's a good time to ensure we
don't warn about being used with it.

* [`3440d5003`](https://github.com/npm/npm/commit/3440d5003869fcab0e42866344a97be38bd164c4)
* [`ed1aebf55`](https://github.com/npm/npm/commit/ed1aebf55)
Allow node@11, when it comes.
([@iarna](https://github.com/iarna))

0 comments on commit a8d89d9

Please sign in to comment.