Skip to content

Commit

Permalink
chore(release): 15.2.5 [skip ci]
Browse files Browse the repository at this point in the history
## ipfs-unixfs-importer [15.2.5](ipfs-unixfs-importer-15.2.4...ipfs-unixfs-importer-15.2.5) (2024-04-05)

### Bug Fixes

* add sideEffects false to package.json to enable tree shaking ([#402](#402)) ([aea58c4](aea58c4))

### Trivial Changes

* rename master to main ([0cdfcd6](0cdfcd6))

### Dependencies

* **ipfs-unixfs:** upgraded to 11.1.4
  • Loading branch information
semantic-release-bot committed Apr 5, 2024
1 parent 9b99ccf commit 3490930
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/ipfs-unixfs-importer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## ipfs-unixfs-importer [15.2.5](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-15.2.4...ipfs-unixfs-importer-15.2.5) (2024-04-05)


### Bug Fixes

* add sideEffects false to package.json to enable tree shaking ([#402](https://github.com/ipfs/js-ipfs-unixfs/issues/402)) ([aea58c4](https://github.com/ipfs/js-ipfs-unixfs/commit/aea58c40a4a2457ddf44454befa1eb25d4caa016))


### Trivial Changes

* rename master to main ([0cdfcd6](https://github.com/ipfs/js-ipfs-unixfs/commit/0cdfcd674513b21aab7e27b446a6f2181c9ba842))



### Dependencies

* **ipfs-unixfs:** upgraded to 11.1.4

## ipfs-unixfs-importer [15.2.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-15.2.3...ipfs-unixfs-importer-15.2.4) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-unixfs-importer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-unixfs-importer",
"version": "15.2.4",
"version": "15.2.5",
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/main/packages/ipfs-unixfs-importer#readme",
Expand Down

0 comments on commit 3490930

Please sign in to comment.