diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a354e..32e1fe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.2.0](https://github.com/multiformats/js-multiformats/compare/v13.1.3...v13.2.0) (2024-07-22) + + +### Features + +* BlockCodec methods are generic ([2ee062e](https://github.com/multiformats/js-multiformats/commit/2ee062ee83115b28b8f1c153918cd61db5919e5c)) + ## [13.1.3](https://github.com/multiformats/js-multiformats/compare/v13.1.2...v13.1.3) (2024-07-02) diff --git a/package.json b/package.json index 45a68cf..fa91f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "13.1.3", + "version": "13.2.0", "description": "Interface for multihash, multicodec, multibase and CID", "author": "Mikeal Rogers (https://www.mikealrogers.com/)", "license": "Apache-2.0 OR MIT",