From 0faa5ad03ba13b04d5dc26e719c70ae096e26c03 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Dec 2020 00:33:48 +0000 Subject: [PATCH] chore(release): 6.3.0 [skip ci] # [6.3.0](https://github.com/christides11/Character-Action-Framework/compare/v6.2.0...v6.3.0) (2020-12-26) ### Features * Initialize hitbox without creating hitbox. ([d4712e7](https://github.com/christides11/Character-Action-Framework/commit/d4712e7982a4b4e00f9f1d0ca56f1aa122bd1664)) --- Assets/CAF/package.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Assets/CAF/package.json b/Assets/CAF/package.json index a3130fd1..bddfdee5 100644 --- a/Assets/CAF/package.json +++ b/Assets/CAF/package.json @@ -1,6 +1,6 @@ { "name": "com.christides.character-action-framework", - "version": "6.2.0", + "version": "6.3.0", "displayName": "Character Action Framework", "description": "A framework for character action games.", "unity": "2019.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c51597..c236b5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.3.0](https://github.com/christides11/Character-Action-Framework/compare/v6.2.0...v6.3.0) (2020-12-26) + + +### Features + +* Initialize hitbox without creating hitbox. ([d4712e7](https://github.com/christides11/Character-Action-Framework/commit/d4712e7982a4b4e00f9f1d0ca56f1aa122bd1664)) + # [6.2.0](https://github.com/christides11/Character-Action-Framework/compare/v6.1.0...v6.2.0) (2020-12-13)