From 0c6f706d18e347495810160410b8393714a5b192 Mon Sep 17 00:00:00 2001 From: Tomas Junnonen Date: Sun, 7 Dec 2014 16:34:08 -0500 Subject: [PATCH] Bump version to 1.3.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9eda4d..c16d0530 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ works with the upgraded versions. History -------------- +- 1.3 + - Handle private packages and NPM errors + - Added Mocha tests + - Bugfixes - 1.2 - Print currently installed and latest package version in addition to semantic versions - Fixed bug where extra whitespace in package.json may prevent automatic upgrade diff --git a/package.json b/package.json index 7eb428a5..c8050584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-check-updates", - "version": "1.2.0", + "version": "1.3.0", "author": "Tomas Junnonen ", "description": "Find newer versions of dependencies than what your package.json allows", "keywords": ["npm", "check", "find", "discover", "updates", "upgrades", "dependencies", "package.json", "updater", "version", "management"],