From be7da74332ddd2469fd4f242a3701c7f7d27bf1a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 10:12:24 +0000 Subject: [PATCH] chore(release): 13.1.0 [skip ci] ## [ipfs-unixfs-exporter-v13.1.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.0.6...ipfs-unixfs-exporter-v13.1.0) (2023-03-17) ### Features * adds progress events to the importer and exporter ([#302](https://github.com/ipfs/js-ipfs-unixfs/issues/302)) ([d0df723](https://github.com/ipfs/js-ipfs-unixfs/commit/d0df7237f155b73b8c722d6750742f9976232c0e)) --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 7 +++++++ packages/ipfs-unixfs-exporter/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index c16c8664..954c4e03 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -1,3 +1,10 @@ +## [ipfs-unixfs-exporter-v13.1.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.0.6...ipfs-unixfs-exporter-v13.1.0) (2023-03-17) + + +### Features + +* adds progress events to the importer and exporter ([#302](https://github.com/ipfs/js-ipfs-unixfs/issues/302)) ([d0df723](https://github.com/ipfs/js-ipfs-unixfs/commit/d0df7237f155b73b8c722d6750742f9976232c0e)) + ## [ipfs-unixfs-exporter-v13.0.6](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.0.5...ipfs-unixfs-exporter-v13.0.6) (2023-03-16) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index db6351bd..bc5ee53a 100644 --- a/packages/ipfs-unixfs-exporter/package.json +++ b/packages/ipfs-unixfs-exporter/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-unixfs-exporter", - "version": "13.0.6", + "version": "13.1.0", "description": "JavaScript implementation of the UnixFs exporter used by IPFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs-exporter#readme",