From 28e61f5394fdec9269d8e9a6bed069dfed61940f Mon Sep 17 00:00:00 2001 From: Raine Revere Date: Sun, 8 Nov 2020 08:24:38 -0700 Subject: [PATCH] 10.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 294ce788..dd635eec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # 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/). +## [10.0.0] - 2020-11-08 + +### Breaking + +- Specifiying both the `--filter` option and argument filters will now throw an error. Use one or the other. Previously the arguments would override the `--filter` option, which made for a confusing result when accidentally not quoting the option in the shell. This change is only breaking for those who are relying on the incorrect behavior of argument filters overriding `--filter`. + +See: [#759](https://github.com/raineorshine/npm-check-updates/issues/759#issuecomment-723587297) + +https://github.com/raineorshine/npm-check-updates/compare/v9.2.4...v10.0.0 + ## [9.0.0] - 2020-09-10 ### Breaking diff --git a/package-lock.json b/package-lock.json index 7ebd8bec..1969f646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "9.2.4", + "version": "10.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b9d450b..0c2207e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "9.2.4", + "version": "10.0.0", "author": "Tomas Junnonen ", "license": "Apache-2.0", "contributors": [