diff --git a/CHANGELOG.md b/CHANGELOG.md index 424c2089..bf4ba105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + + + ## [15.0.0] - 2022-06-30 ### Breaking diff --git a/package.json b/package.json index 981b8428..56219fbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "15.3.4", + "version": "16.0.0", "author": "Tomas Junnonen ", "license": "Apache-2.0", "contributors": [