diff --git a/Changelog.md b/Changelog.md index cc434a3..ff21134 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## UNRELEASED +## v1.3.0 (2016-12-17) - update test dependencies - remove npm-shrinkwrap.json diff --git a/package.json b/package.json index db347f0..39bb50e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "licensecheck", - "version": "1.2.0", + "version": "1.3.0", "description": "A quick way to see the licenses of modules you depend on—recursively.", "homepage": "https://github.com/marcello3d/node-licensecheck", "repository": {