From 92bde7919dc0187938b9e27a96a8c61fa0dd162d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Nov 2021 02:06:38 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/ashblue/unity-quest-journal/compare/v1.0.0...v1.0.1) (2021-11-28) ### Bug Fixes * **builds:** prevents a crash by removing accidentally included editor only code ([b163656](https://github.com/ashblue/unity-quest-journal/commit/b16365679b7a23c848271325e8a5e6d90a07f016)) --- Assets/com.fluid.quest-journal/CHANGELOG.md | 7 ++++++- Assets/com.fluid.quest-journal/package.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Assets/com.fluid.quest-journal/CHANGELOG.md b/Assets/com.fluid.quest-journal/CHANGELOG.md index 7a84ea5..840f837 100644 --- a/Assets/com.fluid.quest-journal/CHANGELOG.md +++ b/Assets/com.fluid.quest-journal/CHANGELOG.md @@ -1 +1,6 @@ -Replaced when project is built from commit logs via Semantic Release. +# 1.0.0 (2021-09-03) + + +### Features + +* initial commit ([d1bfeef](https://github.com/ashblue/unity-quest-journal/commit/d1bfeef78371bb6486938e3c72a21d3a4fc30303)) diff --git a/Assets/com.fluid.quest-journal/package.json b/Assets/com.fluid.quest-journal/package.json index 538c94d..9a30041 100644 --- a/Assets/com.fluid.quest-journal/package.json +++ b/Assets/com.fluid.quest-journal/package.json @@ -1,6 +1,6 @@ { "name": "com.fluid.quest-journal", - "version": "1.0.0", + "version": "1.0.1", "displayName": "Unity Quest Journal", "description": "A Unity 3D package for managing quests with sub-tasks. Inspired by Skyrim and The Witcher 3's task managment system.", "unity": "2020.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 840f837..4587c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/ashblue/unity-quest-journal/compare/v1.0.0...v1.0.1) (2021-11-28) + + +### Bug Fixes + +* **builds:** prevents a crash by removing accidentally included editor only code ([b163656](https://github.com/ashblue/unity-quest-journal/commit/b16365679b7a23c848271325e8a5e6d90a07f016)) + # 1.0.0 (2021-09-03) diff --git a/package-lock.json b/package-lock.json index f7e8c87..c59196c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.fluid.quest-journal", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1cdf488..417b37b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.fluid.quest-journal", - "version": "1.0.0", + "version": "1.0.1", "unity": "2020.1", "displayName": "Unity Quest Journal", "description": "A Unity 3D package for managing quests with sub-tasks. Inspired by Skyrim and The Witcher 3's task managment system.",