From 2189443532512419106f9ce225fa90979586e521 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Jul 2024 00:35:55 +0000 Subject: [PATCH] chore(release): 13.2.2 [skip ci] ## [13.2.2](https://github.com/multiformats/js-multiformats/compare/v13.2.1...v13.2.2) (2024-07-30) ### Dependencies * **dev:** bump @types/node from 20.14.13 to 22.0.0 ([2b65321](https://github.com/multiformats/js-multiformats/commit/2b6532186d73e6d0ff5e3e3af8cfe050d9974763)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec4c26..03aba7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.2.2](https://github.com/multiformats/js-multiformats/compare/v13.2.1...v13.2.2) (2024-07-30) + + +### Dependencies + +* **dev:** bump @types/node from 20.14.13 to 22.0.0 ([2b65321](https://github.com/multiformats/js-multiformats/commit/2b6532186d73e6d0ff5e3e3af8cfe050d9974763)) + ## [13.2.1](https://github.com/multiformats/js-multiformats/compare/v13.2.0...v13.2.1) (2024-07-24) ## [13.2.0](https://github.com/multiformats/js-multiformats/compare/v13.1.3...v13.2.0) (2024-07-22) diff --git a/package.json b/package.json index 9fbb093..1fb02fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "13.2.1", + "version": "13.2.2", "description": "Interface for multihash, multicodec, multibase and CID", "author": "Mikeal Rogers (https://www.mikealrogers.com/)", "license": "Apache-2.0 OR MIT",