Skip to content

Commit

Permalink
chore(release): 34.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [34.0.0](v33.0.0...v34.0.0) (2022-04-25)

### Bug Fixes

* Removed timeline assembly reference ([d034a07](d034a07))

### Features

* Added function MarkForStateChange. ([d69ac71](d69ac71))
* Added IStateVariables to StateTimeline. ([2e7316a](2e7316a))
* Added state & condition variables ([95e3c9b](95e3c9b))
* Added useBaseState to StateTimeline ([244add5](244add5))
* IncrementFrame amount parameter. ([615b961](615b961))
* MarkForStateChange moveset arg. ([5b2db98](5b2db98))
* MovesetDefinition init function. ([a40d31b](a40d31b))
* State Condition & Function Mapper. ([0619794](0619794))
* Upgraded to 2021.3.0 ([be25609](be25609))
  • Loading branch information
semantic-release-bot committed Apr 25, 2022
1 parent a40d31b commit 727728b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/HnSF/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.christides.hack-and-slash-framework",
"version": "33.0.0",
"version": "34.0.0",
"displayName": "Hack and Slash Framework",
"description": "A framework for hack and slash games.",
"unity": "2019.4",
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [34.0.0](https://github.com/christides11/hack-and-slash-framework/compare/v33.0.0...v34.0.0) (2022-04-25)


### Bug Fixes

* Removed timeline assembly reference ([d034a07](https://github.com/christides11/hack-and-slash-framework/commit/d034a07496fd1ee9cd3dae34f86a50cf241869a4))


### Features

* Added function MarkForStateChange. ([d69ac71](https://github.com/christides11/hack-and-slash-framework/commit/d69ac71ff2651398ba4ee72f6ff63a43b84f422d))
* Added IStateVariables to StateTimeline. ([2e7316a](https://github.com/christides11/hack-and-slash-framework/commit/2e7316a5416f138243e03bb44a5afb1a47cb8860))
* Added state & condition variables ([95e3c9b](https://github.com/christides11/hack-and-slash-framework/commit/95e3c9bca3aab6dcc46a220dc6cc47164d1d08c3))
* Added useBaseState to StateTimeline ([244add5](https://github.com/christides11/hack-and-slash-framework/commit/244add5faaf1c21a707b18db487d59df9c28d241))
* IncrementFrame amount parameter. ([615b961](https://github.com/christides11/hack-and-slash-framework/commit/615b961d2e916deabba11ea945fde762df2e0c1e))
* MarkForStateChange moveset arg. ([5b2db98](https://github.com/christides11/hack-and-slash-framework/commit/5b2db98d7f996a5813dc155bffa17cbd71a0a5be))
* MovesetDefinition init function. ([a40d31b](https://github.com/christides11/hack-and-slash-framework/commit/a40d31b92b8eb70c238edb4d602e4cec30e54dde))
* State Condition & Function Mapper. ([0619794](https://github.com/christides11/hack-and-slash-framework/commit/0619794856441f9ba217185ae578d48262b1f5ed))
* Upgraded to 2021.3.0 ([be25609](https://github.com/christides11/hack-and-slash-framework/commit/be2560931c09f6ce1a61d3ea75f2983523783a72))

# [33.0.0](https://github.com/christides11/hack-and-slash-framework/compare/v32.0.0...v33.0.0) (2022-03-18)


Expand Down

0 comments on commit 727728b

Please sign in to comment.