From 5434035bcc098294a0f40a61247c8693c1e2393f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Aug 2023 08:56:47 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] ## @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)) --- packages/dag-cbor/CHANGELOG.md | 11 +++++++++++ packages/dag-cbor/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/dag-cbor/CHANGELOG.md b/packages/dag-cbor/CHANGELOG.md index e69de29..e6e7a2d 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 1a18d41..6b9c833 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",