From aa4d5230a12aae537541604e96f9289cd0f7f88b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Mar 2023 07:46:03 +0000 Subject: [PATCH] chore(release): 11.0.2 [skip ci] ## [11.0.2](https://github.com/multiformats/js-multiformats/compare/v11.0.1...v11.0.2) (2023-03-09) ### Bug Fixes * add interface files to the exports map ([#246](https://github.com/multiformats/js-multiformats/issues/246)) ([a58a398](https://github.com/multiformats/js-multiformats/commit/a58a39896d7264ba0bcbaf737cce7f3a65c644ba)), closes [/github.com/ipld/js-dag-cbor/blob/master/src/index.js#L9](https://github.com/multiformats//github.com/ipld/js-dag-cbor/blob/master/src/index.js/issues/L9) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3247e5..eea4a7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.2](https://github.com/multiformats/js-multiformats/compare/v11.0.1...v11.0.2) (2023-03-09) + + +### Bug Fixes + +* add interface files to the exports map ([#246](https://github.com/multiformats/js-multiformats/issues/246)) ([a58a398](https://github.com/multiformats/js-multiformats/commit/a58a39896d7264ba0bcbaf737cce7f3a65c644ba)), closes [/github.com/ipld/js-dag-cbor/blob/master/src/index.js#L9](https://github.com/multiformats//github.com/ipld/js-dag-cbor/blob/master/src/index.js/issues/L9) + ## [11.0.1](https://github.com/multiformats/js-multiformats/compare/v11.0.0...v11.0.1) (2023-01-18) diff --git a/package.json b/package.json index 7d2d6030..7cf8a2af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiformats", - "version": "11.0.1", + "version": "11.0.2", "description": "Interface for multihash, multicodec, multibase and CID", "author": "Mikeal Rogers (https://www.mikealrogers.com/)", "license": "Apache-2.0 OR MIT",