From c8de853302ef47840872c3778784fc42c1fe0f94 Mon Sep 17 00:00:00 2001 From: metaraine Date: Mon, 8 Dec 2014 00:19:16 -0700 Subject: [PATCH] Bump version to 1.4.0 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c16d0530..659d95db 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,18 @@ package.json upgraded Now simply perform the usual "npm update" and verify that your project works with the upgraded versions. +Filter the packages that are searched with a list or regex: +``` +$ npm-check-updates -f mocha,should +$ npm-check-updates -f /^((?!gulp-).)*$/ +``` + History -------------- +- 1.4 + - Add package filtering option + - Add mocha as npm test script - 1.3 - Handle private packages and NPM errors - Added Mocha tests diff --git a/package.json b/package.json index f8bd24fb..8e781846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "1.3.0", + "version": "1.4.0", "author": "Tomas Junnonen ", "description": "Find newer versions of dependencies than what your package.json allows", "keywords": [