Skip to content

Commit 4b484bb

Browse files
chore(release): 11.0.0 [skip ci]
## [11.0.0](v10.0.3...v11.0.0) (2023-01-02) ### ⚠ BREAKING CHANGES * Make link.toJSON return a DAG-JSON link ### Features * Make link.toJSON return a DAG-JSON link ([9e087d6](9e087d6)) ### Bug Fixes * build browser bundle ([2ee6012](2ee6012)), closes [#234](#234) * list links of a block that _is a_ CID ([#226](#226)) ([c17673d](c17673d)) ### Documentation * fix typos in jsdoc comments ([a246054](a246054))
1 parent 9e087d6 commit 4b484bb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [11.0.0](https://github.com/multiformats/js-multiformats/compare/v10.0.3...v11.0.0) (2023-01-02)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Make link.toJSON return a DAG-JSON link
7+
8+
### Features
9+
10+
* Make link.toJSON return a DAG-JSON link ([9e087d6](https://github.com/multiformats/js-multiformats/commit/9e087d64ee3c90d8b019dd48989936b17b1cb2f3))
11+
12+
13+
### Bug Fixes
14+
15+
* build browser bundle ([2ee6012](https://github.com/multiformats/js-multiformats/commit/2ee6012dbb702cff2425668c16fe101fdf79517d)), closes [#234](https://github.com/multiformats/js-multiformats/issues/234)
16+
* list links of a block that _is a_ CID ([#226](https://github.com/multiformats/js-multiformats/issues/226)) ([c17673d](https://github.com/multiformats/js-multiformats/commit/c17673d9e15bd5a4df074c9f73267a257e0dcfad))
17+
18+
19+
### Documentation
20+
21+
* fix typos in jsdoc comments ([a246054](https://github.com/multiformats/js-multiformats/commit/a246054653cf588e92d76f8161b0a6cd6035533b))
22+
123
## [10.0.3](https://github.com/multiformats/js-multiformats/compare/v10.0.2...v10.0.3) (2022-12-16)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "10.0.3",
3+
"version": "11.0.0",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)