From c5026ae67ee49c7c14806a68dd1b7948711a63db Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jul 2023 06:53:20 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [@helia/unixfs-v1.4.1](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.0...@helia/unixfs-v1.4.1) (2023-07-25) ### Bug Fixes * correct browser override path for glob-source ([#60](https://github.com/ipfs/helia-unixfs/issues/60)) ([fd0f33b](https://github.com/ipfs/helia-unixfs/commit/fd0f33b2a66e2840b5a03f27a48240b3c5d2b67e)) ### Documentation * fix typos in example code ([#57](https://github.com/ipfs/helia-unixfs/issues/57)) ([b7625c3](https://github.com/ipfs/helia-unixfs/commit/b7625c3426380e63052968b1476e2d689c9213de)) --- 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 512160a..8ec7d3d 100644 --- a/packages/unixfs/CHANGELOG.md +++ b/packages/unixfs/CHANGELOG.md @@ -1,3 +1,15 @@ +## [@helia/unixfs-v1.4.1](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.0...@helia/unixfs-v1.4.1) (2023-07-25) + + +### Bug Fixes + +* correct browser override path for glob-source ([#60](https://github.com/ipfs/helia-unixfs/issues/60)) ([fd0f33b](https://github.com/ipfs/helia-unixfs/commit/fd0f33b2a66e2840b5a03f27a48240b3c5d2b67e)) + + +### Documentation + +* fix typos in example code ([#57](https://github.com/ipfs/helia-unixfs/issues/57)) ([b7625c3](https://github.com/ipfs/helia-unixfs/commit/b7625c3426380e63052968b1476e2d689c9213de)) + ## [@helia/unixfs-v1.4.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.3.0...@helia/unixfs-v1.4.0) (2023-06-30) diff --git a/packages/unixfs/package.json b/packages/unixfs/package.json index 8dba777..80f4d7f 100644 --- a/packages/unixfs/package.json +++ b/packages/unixfs/package.json @@ -1,6 +1,6 @@ { "name": "@helia/unixfs", - "version": "1.4.0", + "version": "1.4.1", "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",