Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [@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](#60)) ([fd0f33b](fd0f33b))

### Documentation

* fix typos in example code ([#57](#57)) ([b7625c3](b7625c3))
  • Loading branch information
semantic-release-bot committed Jul 25, 2023
1 parent b7625c3 commit c5026ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5026ae

Please sign in to comment.