From f317797df2ce66382455fea81260e2c4a86d4376 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jul 2023 18:07:06 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-07-03) ### Features * initial release ([6c475c3](https://github.com/XSpecs/ddk/commit/6c475c3279a6207565b0225bc31692315ba04432)) * initial release ([3fcc08c](https://github.com/XSpecs/ddk/commit/3fcc08c1a94b24b5e9688f4cc309fdcb29b22f57)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..28f77f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2023-07-03) + + +### Features + +* initial release ([6c475c3](https://github.com/XSpecs/ddk/commit/6c475c3279a6207565b0225bc31692315ba04432)) +* initial release ([3fcc08c](https://github.com/XSpecs/ddk/commit/3fcc08c1a94b24b5e9688f4cc309fdcb29b22f57)) diff --git a/package.json b/package.json index 0979102..5134624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xspecs/ddk", - "version": "0.0.0", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/XSpecs/ddk"