From 8cc01990179fe9a1be869d6a1e6910341876eb4a Mon Sep 17 00:00:00 2001 From: ExtendReality-Bot Date: Fri, 6 May 2022 07:26:37 +0000 Subject: [PATCH] chore(release): set version to 1.0.0 [skip ci] ## 1.0.0 (2022-05-06) #### Features * **structure:** create initial prefabs and documentation ([7914ac8](https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/commit/7914ac855fa72ff7488fdde3a2bbd8ef380c8b70)) > The initial prefabs and relevant documentation for the Basic Hand has been added to the repo. --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e2b4719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2022-05-06) + +#### Features + +* **structure:** create initial prefabs and documentation ([7914ac8](https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/commit/7914ac855fa72ff7488fdde3a2bbd8ef380c8b70)) + > The initial prefabs and relevant documentation for the Basic Hand has been added to the repo. diff --git a/package.json b/package.json index 2a24aea..16a4f55 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/blob/master/CHANGELOG.md", "documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/tree/master/Documentation", "licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/blob/master/LICENSE.md", - "version": "2.0.1", + "version": "1.0.0", "unity": "2018.3", "unityRelease": "10f1", "keywords": [ "visual", "hand", - "avatar" + "avatar" ], "homepage": "https://github.com/ExtendRealityLtd/Tilia.Visuals.BasicHand.Unity/", "bugs": {