From ac514622469600ff9190a47847313a74bcb2e2f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jan 2024 03:57:58 +0000 Subject: [PATCH] chore(release): 13.0.1 [skip ci] ## [13.0.1](https://github.com/multiformats/js-multiformats/compare/v13.0.0...v13.0.1) (2024-01-10) ### Dependencies * **dev:** bump aegir from 41.3.5 to 42.1.0 ([12c8686](https://github.com/multiformats/js-multiformats/commit/12c86868defc40b698c425b21be4e11152531658)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38318ee5..b8a1b890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.0.1](https://github.com/multiformats/js-multiformats/compare/v13.0.0...v13.0.1) (2024-01-10) + + +### Dependencies + +* **dev:** bump aegir from 41.3.5 to 42.1.0 ([12c8686](https://github.com/multiformats/js-multiformats/commit/12c86868defc40b698c425b21be4e11152531658)) + ## [13.0.0](https://github.com/multiformats/js-multiformats/compare/v12.1.3...v13.0.0) (2023-12-20) diff --git a/package.json b/package.json index 44545d32..1cf7e720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "13.0.0", + "version": "13.0.1", "description": "Interface for multihash, multicodec, multibase and CID", "author": "Mikeal Rogers (https://www.mikealrogers.com/)", "license": "Apache-2.0 OR MIT",