From bdf8bd57470c69673ddac4d182ede2024b82d9f2 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Thu, 26 Jan 2017 22:06:54 -0800 Subject: [PATCH] 2.0.0 --- NEWS.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 99a3bf7..c2987b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,8 @@ ## Unreleased +## [2.0.0] - 2017-01-26 + ### Removed * Support for Node 0.10 and 0.12 (#4) @@ -29,6 +31,7 @@ Initial release. +[2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/malept/sumchecker/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/malept/sumchecker/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/malept/sumchecker/compare/v1.0.0...v1.1.0 diff --git a/package.json b/package.json index 82a78de..0515293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sumchecker", - "version": "1.3.0", + "version": "2.0.0", "author": "Mark Lee", "license": "Apache-2.0", "description": "Checksum validator",