diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc6130..6b4e2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.0.2](https://github.com/multiformats/js-blake2/compare/v2.0.1...v2.0.2) (2024-01-02) + + +### Dependencies + +* bump multiformats from 12.1.3 to 13.0.0 ([445f07e](https://github.com/multiformats/js-blake2/commit/445f07e5edbb4d38f2e25ae66cc97f5946bb64b4)) + + +### Tests + +* update multihashhasher import ([dd1e29e](https://github.com/multiformats/js-blake2/commit/dd1e29e37fa7f857220b7d7cde422850df1ed44d)) + ## [2.0.1](https://github.com/multiformats/js-blake2/compare/v2.0.0...v2.0.1) (2023-10-03) diff --git a/package.json b/package.json index a559ebf..af31cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/blake2", - "version": "2.0.1", + "version": "2.0.2", "description": "Multiformats BLAKE2 implementations", "author": "Rod Vagg ", "license": "Apache-2.0 OR MIT",