Skip to content

Commit d893bc2

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
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

+1-1
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)