Skip to content

Commit 3490930

Browse files
chore(release): 15.2.5 [skip ci]
## 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
1 parent 9b99ccf commit 3490930

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 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)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
### Trivial Changes
10+
11+
* rename master to main ([0cdfcd6](https://github.com/ipfs/js-ipfs-unixfs/commit/0cdfcd674513b21aab7e27b446a6f2181c9ba842))
12+
13+
14+
15+
### Dependencies
16+
17+
* **ipfs-unixfs:** upgraded to 11.1.4
18+
119
## 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)
220

321

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

0 commit comments

Comments
 (0)