Skip to content

Commit f7c7064

Browse files
chore(release): 14.0.2 [skip ci]
## [ipfs-unixfs-exporter-v14.0.2](ipfs-unixfs-exporter-14.0.1...ipfs-unixfs-exporter-14.0.2) (2025-12-10) ### Bug Fixes * handle invalid or corrupt protobuf data ([#449](#449)) ([131d524](131d524)) ### Trivial Changes * bump @types/sinon from 17.0.4 to 21.0.0 ([#448](#448)) ([42246f9](42246f9)) * bump delay from 6.0.0 to 7.0.0 ([#446](#446)) ([5531763](5531763))
1 parent 131d524 commit f7c7064

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [ipfs-unixfs-exporter-v14.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-14.0.1...ipfs-unixfs-exporter-14.0.2) (2025-12-10)
2+
3+
### Bug Fixes
4+
5+
* handle invalid or corrupt protobuf data ([#449](https://github.com/ipfs/js-ipfs-unixfs/issues/449)) ([131d524](https://github.com/ipfs/js-ipfs-unixfs/commit/131d524fac5e0f9fa01de362e63eb371489df51d))
6+
7+
### Trivial Changes
8+
9+
* bump @types/sinon from 17.0.4 to 21.0.0 ([#448](https://github.com/ipfs/js-ipfs-unixfs/issues/448)) ([42246f9](https://github.com/ipfs/js-ipfs-unixfs/commit/42246f90d55177c6ece0aaace12730b1f6cf3c3d))
10+
* bump delay from 6.0.0 to 7.0.0 ([#446](https://github.com/ipfs/js-ipfs-unixfs/issues/446)) ([5531763](https://github.com/ipfs/js-ipfs-unixfs/commit/55317632d46ba60abcfe41e127662e0662c8f60e))
11+
112
## [ipfs-unixfs-exporter-v14.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-14.0.0...ipfs-unixfs-exporter-14.0.1) (2025-10-03)
213

314
### Bug Fixes

packages/ipfs-unixfs-exporter/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-exporter",
3-
"version": "14.0.1",
3+
"version": "14.0.2",
44
"description": "JavaScript implementation of the UnixFs exporter used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-exporter#readme",

0 commit comments

Comments
 (0)