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

Commit d893bc2

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-02-16) ### Features * initial implementation ([#1](#1)) ([adb6b0e](adb6b0e)) ### Trivial Changes * initial commit ([35e8a8f](35e8a8f)) * Update .github/workflows/stale.yml [skip ci] ([bcb060d](bcb060d)) ### Documentation * update readme ([83e5e0e](83e5e0e))
1 parent 83e5e0e commit d893bc2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 1.0.0 (2023-02-16)
2+
3+
4+
### Features
5+
6+
* initial implementation ([#1](https://github.com/ipfs/helia-unixfs/issues/1)) ([adb6b0e](https://github.com/ipfs/helia-unixfs/commit/adb6b0e2626a3bdd08cdc4445e3367f104bc5bb8))
7+
8+
9+
### Trivial Changes
10+
11+
* initial commit ([35e8a8f](https://github.com/ipfs/helia-unixfs/commit/35e8a8fd7c1ca68b21320b95211304bf01b30086))
12+
* Update .github/workflows/stale.yml [skip ci] ([bcb060d](https://github.com/ipfs/helia-unixfs/commit/bcb060d880175ab885479388049a1ca2e5873629))
13+
14+
15+
### Documentation
16+
17+
* update readme ([83e5e0e](https://github.com/ipfs/helia-unixfs/commit/83e5e0e0ccfd27f9371c9a8940c237e398e9b68f))

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": "0.0.0",
3+
"version": "1.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#readme",

0 commit comments

Comments
 (0)