Skip to content

Commit f55cb69

Browse files
chore(release): 11.2.0 [skip ci]
## [ipfs-unixfs-v11.2.0](ipfs-unixfs-11.1.5...ipfs-unixfs-11.2.0) (2024-09-13) ### Features * add name property to errors ([#414](#414)) ([70145c7](70145c7))
1 parent 70145c7 commit f55cb69

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ipfs-unixfs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [ipfs-unixfs-v11.2.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-11.1.5...ipfs-unixfs-11.2.0) (2024-09-13)
2+
3+
### Features
4+
5+
* add name property to errors ([#414](https://github.com/ipfs/js-ipfs-unixfs/issues/414)) ([70145c7](https://github.com/ipfs/js-ipfs-unixfs/commit/70145c7c1e78ede3c481100151a9491c639671be))
6+
17
## [ipfs-unixfs-v11.1.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-11.1.4...ipfs-unixfs-11.1.5) (2024-09-13)
28

39
### Dependencies

packages/ipfs-unixfs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs",
3-
"version": "11.1.5",
3+
"version": "11.2.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)