Skip to content

Commit 6ed7803

Browse files
committed
16.0.0
1 parent 7005bc6 commit 6ed7803

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [16.0.0] - 2022-07-23
6+
7+
### Breaking
8+
9+
- Automatic detection of package data on stdin has been removed. This feature was deprecated in `v14.0.0`. Add `--stdin` for old behavior.
10+
- 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.
11+
12+
<https://github.com/raineorshine/npm-check-updates/compare/v15.3.4...v16.0.0>
13+
514
## [15.0.0] - 2022-06-30
615

716
### Breaking

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-check-updates",
3-
"version": "15.3.4",
3+
"version": "16.0.0",
44
"author": "Tomas Junnonen <[email protected]>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)