-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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))
- Loading branch information
1 parent
9e087d6
commit 4b484bb
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "multiformats", | ||
"version": "10.0.3", | ||
"version": "11.0.0", | ||
"description": "Interface for multihash, multicodec, multibase and CID", | ||
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)", | ||
"license": "Apache-2.0 OR MIT", | ||
|