diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index e69de29b..e6e7a2dc 100644 --- a/packages/dag-cbor/CHANGELOG.md +++ b/packages/dag-cbor/CHANGELOG.md @@ -0,0 +1,11 @@ +## @helia/dag-cbor-v1.0.0 (2023-08-27) + + +### Features + +* initial commit ([ed4c319](https://github.com/ipfs/helia-dag-cbor/commit/ed4c319a67c18a3dd65e18f18aa12e82080b3fdc)) + + +### Dependencies + +* **dev:** bump aegir from 39.0.13 to 40.0.11 ([#29](https://github.com/ipfs/helia-dag-cbor/issues/29)) ([973bb5b](https://github.com/ipfs/helia-dag-cbor/commit/973bb5b6c8db0fedd70e4058f97bc339018a8193)) diff --git a/packages/dag-cbor/package.json b/packages/dag-cbor/package.json index 1a18d414..6b9c8332 100644 --- a/packages/dag-cbor/package.json +++ b/packages/dag-cbor/package.json @@ -1,6 +1,6 @@ { "name": "@helia/dag-cbor", - "version": "0.0.0", + "version": "1.0.0", "description": "Add/get IPLD blocks containing dag-cbor with your Helia node", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/helia-dag-cbor/tree/master/packages/dag-cbor#readme",