Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2020-11-14)

### Features

* Added event for max attack charge reached per level. ([5f0e8ee](5f0e8ee))
* Inpector code for InputDefinition & InputSequence. ([56cdec2](56cdec2))
  • Loading branch information
semantic-release-bot committed Nov 14, 2020
1 parent 56cdec2 commit 36d8848
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/CAF/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.christides.character-action-framework",
"version": "6.0.0",
"version": "6.1.0",
"displayName": "Character Action Framework",
"description": "A framework for character action games.",
"unity": "2019.4",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [6.1.0](https://github.com/christides11/Character-Action-Framework/compare/v6.0.0...v6.1.0) (2020-11-14)


### Features

* Added event for max attack charge reached per level. ([5f0e8ee](https://github.com/christides11/Character-Action-Framework/commit/5f0e8ee5a1f06155d4131d0724afae50936b0ae8))
* Inpector code for InputDefinition & InputSequence. ([56cdec2](https://github.com/christides11/Character-Action-Framework/commit/56cdec20b895c3da1682af6b15bb13495cb74968))

# [6.0.0](https://github.com/christides11/Character-Action-Framework/compare/v5.0.0...v6.0.0) (2020-10-31)


Expand Down

0 comments on commit 36d8848

Please sign in to comment.