From d332cc18532caef1bbc9a0f8b873e32f67dddd09 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Mon, 25 Nov 2019 13:54:21 -0800 Subject: [PATCH] 3.0.1 --- NEWS.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f50c887..eb7a956 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,9 +2,13 @@ ## Unreleased -## [3.0.0] - 2019-04-30 +## [3.0.1] - 2019-11-25 -[3.0.0]: https://github.com/malept/sumchecker/compare/v2.0.2...v3.0.0 +### Fixed + +* Correctly export symbols in TypeScript definition (#26) + +## [3.0.0] - 2019-04-30 ### Added @@ -61,6 +65,8 @@ Initial release. +[3.0.1]: https://github.com/malept/sumchecker/compare/v3.0.0...v3.0.1 +[3.0.0]: https://github.com/malept/sumchecker/compare/v2.0.2...v3.0.0 [2.0.2]: https://github.com/malept/sumchecker/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/malept/sumchecker/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0 diff --git a/package.json b/package.json index 9791e9c..737a53f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sumchecker", - "version": "3.0.0", + "version": "3.0.1", "author": "Mark Lee", "license": "Apache-2.0", "description": "Checksum validator",