Skip to content

Commit d91fa1e

Browse files
chore(release): 12.0.0 [skip ci]
## [ipfs-unixfs-v12.0.0](ipfs-unixfs-11.2.5...ipfs-unixfs-12.0.0) (2025-10-03) ### ⚠ BREAKING CHANGES * requires latest blockstore implementations ### Bug Fixes * update blockstore deps ([#445](#445)) ([dce7ca6](dce7ca6))
1 parent dce7ca6 commit d91fa1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/ipfs-unixfs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [ipfs-unixfs-v12.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-11.2.5...ipfs-unixfs-12.0.0) (2025-10-03)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* requires latest blockstore implementations
6+
7+
### Bug Fixes
8+
9+
* update blockstore deps ([#445](https://github.com/ipfs/js-ipfs-unixfs/issues/445)) ([dce7ca6](https://github.com/ipfs/js-ipfs-unixfs/commit/dce7ca68d014e5b695809cd61f24f91217161393))
10+
111
## [ipfs-unixfs-v11.2.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-11.2.4...ipfs-unixfs-11.2.5) (2025-06-18)
212

313
### Bug Fixes

packages/ipfs-unixfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "11.2.5",
3+
"version": "12.0.0",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs#readme",

0 commit comments

Comments
 (0)