Skip to content

Commit 4610294

Browse files
chore(release): 14.0.0 [skip ci]
## [14.0.0](v13.4.2...v14.0.0) (2026-05-07) ### ⚠ BREAKING CHANGES * all `Hasher`s are now `MultihashHasher<Code>`s * Returned `Uint8Array`s are now `Uint8Array<ArrayBuffer>` ### Bug Fixes * identity hash is SyncMultihashHasher<0> ([#337](#337)) ([9b5b12b](9b5b12b)), closes [#313](#313) [#314](#314) * specify type of backing buffer when Uint8Arrays are returned ([#335](#335)) ([bac2da5](bac2da5))
1 parent 9b5b12b commit 4610294

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [14.0.0](https://github.com/multiformats/js-multiformats/compare/v13.4.2...v14.0.0) (2026-05-07)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* all `Hasher`s are now `MultihashHasher<Code>`s
6+
* Returned `Uint8Array`s are now `Uint8Array<ArrayBuffer>`
7+
8+
### Bug Fixes
9+
10+
* identity hash is SyncMultihashHasher<0> ([#337](https://github.com/multiformats/js-multiformats/issues/337)) ([9b5b12b](https://github.com/multiformats/js-multiformats/commit/9b5b12ba9a3f80fe1fadfee94e77709129b31b18)), closes [#313](https://github.com/multiformats/js-multiformats/issues/313) [#314](https://github.com/multiformats/js-multiformats/issues/314)
11+
* specify type of backing buffer when Uint8Arrays are returned ([#335](https://github.com/multiformats/js-multiformats/issues/335)) ([bac2da5](https://github.com/multiformats/js-multiformats/commit/bac2da54b6b1d1d1e507cc1fa641a7aef6b89758))
12+
113
## [13.4.2](https://github.com/multiformats/js-multiformats/compare/v13.4.1...v13.4.2) (2025-12-12)
214

315
### Dependencies

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": "13.4.2",
3+
"version": "14.0.0",
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)