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

Commit afc27d4

Browse files
chore(release): 2.0.0 [skip ci]
## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#147](#147)) ([001247c](001247c)) ### Trivial Changes * update sibling dependencies ([1b0b2ef](1b0b2ef))
1 parent 001247c commit afc27d4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/unixfs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* uses multiformats v13 and helia v3
7+
8+
### Features
9+
10+
* update helia to v3 and multiformats to v13 ([#147](https://github.com/ipfs/helia-unixfs/issues/147)) ([001247c](https://github.com/ipfs/helia-unixfs/commit/001247c6fc38ff3d810736371de901e5e1099f26))
11+
12+
13+
### Trivial Changes
14+
15+
* update sibling dependencies ([1b0b2ef](https://github.com/ipfs/helia-unixfs/commit/1b0b2ef05c5cbd78c3b5d5629237200a69bbd5dd))
16+
117
## [@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)
218

319

packages/unixfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/unixfs",
3-
"version": "1.4.3",
3+
"version": "2.0.0",
44
"description": "A Helia-compatible wrapper for UnixFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-unixfs/tree/main/packages/unixfs#readme",

0 commit comments

Comments
 (0)