Skip to content

Commit

Permalink
chore(release): 11.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Sep 13, 2024
1 parent 70145c7 commit f55cb69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/ipfs-unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [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)

### Features

* 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))

## [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)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs",
"version": "11.1.5",
"version": "11.2.0",
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs#readme",
Expand Down

0 comments on commit f55cb69

Please sign in to comment.