From ffe7629c5fb81b5d9baade91a328d9494af4d829 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Dec 2023 09:44:18 +0000 Subject: [PATCH] chore(release): 1.4.3 [skip ci] ## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03) ### Bug Fixes * convert date to mtime in glob source ([#106](https://github.com/ipfs/helia-unixfs/issues/106)) ([cd9e903](https://github.com/ipfs/helia-unixfs/commit/cd9e903c2ccac61372eaa64a61b4a8f3d79f9d4a)) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#105](https://github.com/ipfs/helia-unixfs/issues/105)) ([2421ee2](https://github.com/ipfs/helia-unixfs/commit/2421ee2b4440446160e1a665bc5ecfc92d2b64de)) --- packages/unixfs/CHANGELOG.md | 12 ++++++++++++ packages/unixfs/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/unixfs/CHANGELOG.md b/packages/unixfs/CHANGELOG.md index 4aca9ab0..dac40a95 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,3 +1,15 @@ +## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03) + + +### Bug Fixes + +* convert date to mtime in glob source ([#106](https://github.com/ipfs/helia-unixfs/issues/106)) ([cd9e903](https://github.com/ipfs/helia-unixfs/commit/cd9e903c2ccac61372eaa64a61b4a8f3d79f9d4a)) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#105](https://github.com/ipfs/helia-unixfs/issues/105)) ([2421ee2](https://github.com/ipfs/helia-unixfs/commit/2421ee2b4440446160e1a665bc5ecfc92d2b64de)) + ## [@helia/unixfs-v1.4.2](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.1...@helia/unixfs-v1.4.2) (2023-09-14) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 5c1bcc9b..23f09931 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "1.4.2", + "version": "1.4.3", "description": "A Helia-compatible wrapper for UnixFS", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-unixfs/tree/master/packages/unixfs#readme",