Skip to content

Commit d579997

Browse files
chore(release): 13.0.3 [skip ci]
## [ipfs-unixfs-exporter-v13.0.3](ipfs-unixfs-exporter-v13.0.2...ipfs-unixfs-exporter-v13.0.3) (2023-03-15) ### Bug Fixes * reduce required number of blockstore methods ([#298](#298)) ([238fe4e](238fe4e))
1 parent f219da1 commit d579997

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ipfs-unixfs-exporter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [ipfs-unixfs-exporter-v13.0.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.0.2...ipfs-unixfs-exporter-v13.0.3) (2023-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* reduce required number of blockstore methods ([#298](https://github.com/ipfs/js-ipfs-unixfs/issues/298)) ([238fe4e](https://github.com/ipfs/js-ipfs-unixfs/commit/238fe4e4f2bac5075eac4dced9a52f3c9c8e307a))
7+
18
## [ipfs-unixfs-exporter-v13.0.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.0.1...ipfs-unixfs-exporter-v13.0.2) (2023-03-15)
29

310

packages/ipfs-unixfs-exporter/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-exporter",
3-
"version": "13.0.2",
3+
"version": "13.0.3",
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/master/packages/ipfs-unixfs-exporter#readme",

0 commit comments

Comments
 (0)