Skip to content

Commit 9471ee2

Browse files
chore(release): 11.0.1 [skip ci]
## [11.0.1](v11.0.0...v11.0.1) (2023-01-18) ### Bug Fixes * throw on CID.parse v0 string with multibase prefix ([258a0be](258a0be))
1 parent 258a0be commit 9471ee2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.0.1](https://github.com/multiformats/js-multiformats/compare/v11.0.0...v11.0.1) (2023-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* throw on CID.parse v0 string with multibase prefix ([258a0be](https://github.com/multiformats/js-multiformats/commit/258a0be344ddd5d08e08e55b3e088212df0c409a))
7+
18
## [11.0.0](https://github.com/multiformats/js-multiformats/compare/v10.0.3...v11.0.0) (2023-01-02)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)