From 237b119668f959e22362ae4dd9e71daa3811b384 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 10:21:35 +0000 Subject: [PATCH] chore(release): 13.2.3 [skip ci] ## [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) ### Dependencies * bump multiformats from 12.1.3 to 13.0.0 ([#389](https://github.com/ipfs/js-ipfs-unixfs/issues/389)) ([c0913c2](https://github.com/ipfs/js-ipfs-unixfs/commit/c0913c2f55b841c7e14cb0c573dd0a9af1817b79)) * bump uint8arrays from 4.0.10 to 5.0.0 ([#384](https://github.com/ipfs/js-ipfs-unixfs/issues/384)) ([d547296](https://github.com/ipfs/js-ipfs-unixfs/commit/d547296f49241dab91ec65bfe01d0a1ba58faa32)) --- 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 bfd1c92e..1b834e41 100644 --- a/packages/ipfs-unixfs-exporter/CHANGELOG.md +++ b/packages/ipfs-unixfs-exporter/CHANGELOG.md @@ -1,3 +1,11 @@ +## [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) + + +### Dependencies + +* bump multiformats from 12.1.3 to 13.0.0 ([#389](https://github.com/ipfs/js-ipfs-unixfs/issues/389)) ([c0913c2](https://github.com/ipfs/js-ipfs-unixfs/commit/c0913c2f55b841c7e14cb0c573dd0a9af1817b79)) +* bump uint8arrays from 4.0.10 to 5.0.0 ([#384](https://github.com/ipfs/js-ipfs-unixfs/issues/384)) ([d547296](https://github.com/ipfs/js-ipfs-unixfs/commit/d547296f49241dab91ec65bfe01d0a1ba58faa32)) + ## [ipfs-unixfs-exporter-v13.2.2](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter-v13.2.1...ipfs-unixfs-exporter-v13.2.2) (2023-09-20) diff --git a/packages/ipfs-unixfs-exporter/package.json b/packages/ipfs-unixfs-exporter/package.json index d9865b2e..6b40cd72 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.2", + "version": "13.2.3", "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",