Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjunnone committed Dec 7, 2014
1 parent 7888d70 commit 0c6f706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-check-updates",
"version": "1.2.0",
"version": "1.3.0",
"author": "Tomas Junnonen <[email protected]>",
"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"],
Expand Down

0 comments on commit 0c6f706

Please sign in to comment.