diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5cbe8f..3dff2afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/zone117x/node-multi-hashing/compare/v1.0.1...v1.0.2) (2022-03-10) + + +### Bug Fixes + +* nodejs v16.x support ([#100](https://github.com/zone117x/node-multi-hashing/issues/100)) ([927e960](https://github.com/zone117x/node-multi-hashing/commit/927e9600d05cc734ca21ffcbc0a10d166bb4a66f)) + ## [1.0.1](https://github.com/zone117x/node-multi-hashing/compare/v1.0.0...v1.0.1) (2021-07-15) diff --git a/package-lock.json b/package-lock.json index fc340c6b..200ce0ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "multi-hashing", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a64a190a..2994b378 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multi-hashing", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "author": { "name": "Matthew Little",