Skip to content

Commit

Permalink
Changelog 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Jan 21, 2021
1 parent 0f81e6d commit c94c09d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
This file documents all **major version** releases. For other releases, you'll have to read the [commit history](https://github.com/raineorshine/npm-check-updates/).

## [11.0.0] - 2021-01-20

### Breaking

- `--packageFile` - Now interprets its argument as a glob pattern. It is possible that a previously supplied argument may be interepreted differently now (though I'm not aware of specific instances). Due to our conservative release policy we are releasing as a major version upgrade and allowing developers to assess for themselves.

### Features

- `--deep` - Run recursively in current working directory. Alias of `--packageFile '**/package.json'`.

See: [#785](https://github.com/raineorshine/npm-check-updates/issues/785)

https://github.com/raineorshine/npm-check-updates/compare/v10.3.1...v11.0.0

## [10.0.0] - 2020-11-08

### Breaking
Expand Down

0 comments on commit c94c09d

Please sign in to comment.