Skip to content

Commit

Permalink
16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Jul 23, 2022
1 parent 7005bc6 commit 6ed7803
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file documents all **major version** releases. For other releases, please read the [commit history](https://github.com/raineorshine/npm-check-updates/commits/main).

## [16.0.0] - 2022-07-23

### Breaking

- Automatic detection of package data on stdin has been removed. This feature was deprecated in `v14.0.0`. Add `--stdin` for old behavior.
- Wild card filters now apply to scoped packages. Previously, `ncu -f '*vite*'` would not include `@vitejs/plugin-react`. Now, filters will match any part of the package name, including the scope. Use a more specific glob or regex expression for old behavior.

<https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0>

## [15.0.0] - 2022-06-30

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-check-updates",
"version": "15.3.4",
"version": "16.0.0",
"author": "Tomas Junnonen <tomas1@gmail.com>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 6ed7803

Please sign in to comment.