diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..3379634a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2023-02-14) + + +### Features + +* initial implementation ([#17](https://www.github.com/ipfs/helia/issues/17)) ([343d360](https://www.github.com/ipfs/helia/commit/343d36016b164ed45cec4eb670d7f74860166ce4)) diff --git a/package.json b/package.json index a2ce52437..e0a0ae8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helia", - "version": "0.0.0", + "version": "0.1.0", "description": "An implementation of IPFS in JavaScript", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia#readme",