From 9db625518f25e6274489b037fb489fd99f7e4a1f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 10:33:35 +0000 Subject: [PATCH] chore(release): 13.2.4 [skip ci] ## [ipfs-unixfs-exporter-v13.2.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.2.3...ipfs-unixfs-exporter-v13.2.4) (2023-12-28) ### Dependencies * bump p-queue from 7.4.1 to 8.0.1 ([#387](https://github.com/ipfs/js-ipfs-unixfs/issues/387)) ([8d5c325](https://github.com/ipfs/js-ipfs-unixfs/commit/8d5c3258ef23911c1795ec2c2d5a0f1280b11daa)) * **dev:** bump sinon from 16.1.3 to 17.0.1 ([#373](https://github.com/ipfs/js-ipfs-unixfs/issues/373)) ([62964fd](https://github.com/ipfs/js-ipfs-unixfs/commit/62964fd616aa6498a8b7ea6bd5e0830766add4e2)) --- packages/ipfs-unixfs-exporter/CHANGELOG.md | 8 ++++++++ packages/ipfs-unixfs-exporter/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-exporter/CHANGELOG.md b/packages/ipfs-unixfs-exporter/CHANGELOG.md index 1b834e41..b09e7446 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -1,3 +1,11 @@ +## [ipfs-unixfs-exporter-v13.2.4](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.2.3...ipfs-unixfs-exporter-v13.2.4) (2023-12-28) + + +### Dependencies + +* bump p-queue from 7.4.1 to 8.0.1 ([#387](https://github.com/ipfs/js-ipfs-unixfs/issues/387)) ([8d5c325](https://github.com/ipfs/js-ipfs-unixfs/commit/8d5c3258ef23911c1795ec2c2d5a0f1280b11daa)) +* **dev:** bump sinon from 16.1.3 to 17.0.1 ([#373](https://github.com/ipfs/js-ipfs-unixfs/issues/373)) ([62964fd](https://github.com/ipfs/js-ipfs-unixfs/commit/62964fd616aa6498a8b7ea6bd5e0830766add4e2)) + ## [ipfs-unixfs-exporter-v13.2.3](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.2.2...ipfs-unixfs-exporter-v13.2.3) (2023-12-28) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index bd410842..40c83fe5 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.2.3", + "version": "13.2.4", "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",