Skip to content

Commit c345042

Browse files
chore(release): 13.5.1 [skip ci]
## [ipfs-unixfs-exporter-v13.5.1](ipfs-unixfs-exporter-13.5.0...ipfs-unixfs-exporter-13.5.1) (2024-09-13) ### 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 * **dev:** bump aegir from 42.2.11 to 44.1.1 ([#412](#412)) ([f94d1ad](f94d1ad))
1 parent 3ea4423 commit c345042

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [ipfs-unixfs-exporter-v13.5.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-13.5.0...ipfs-unixfs-exporter-13.5.1) (2024-09-13)
2+
3+
### Bug Fixes
4+
5+
* 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))
6+
7+
### Trivial Changes
8+
9+
* rename master to main ([0cdfcd6](https://github.com/ipfs/js-ipfs-unixfs/commit/0cdfcd674513b21aab7e27b446a6f2181c9ba842))
10+
11+
### Dependencies
12+
13+
* **dev:** bump aegir from 42.2.11 to 44.1.1 ([#412](https://github.com/ipfs/js-ipfs-unixfs/issues/412)) ([f94d1ad](https://github.com/ipfs/js-ipfs-unixfs/commit/f94d1ad0a507a0b37dd601490bba22224192f5a3))
14+
115
## ipfs-unixfs-exporter [13.5.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-13.4.0...ipfs-unixfs-exporter-13.5.0) (2024-02-02)
216

317

packages/ipfs-unixfs-exporter/package.json

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