From d95510ec38aa01778058757cc6cf4621a318b9b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jul 2024 06:17:04 +0000 Subject: [PATCH] chore(release): 13.2.0 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",