Skip to content

Commit

Permalink
chore(release): 39.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [39.0.0](v38.2.0...v39.0.0) (2022-07-21)

### Code Refactoring

* Changed FrameRange to Vector2Int ([e7d64dc](e7d64dc))

### BREAKING CHANGES

* FrameRange for StateTimelineVariables are now Vector2Ints instead of Vector2.
  • Loading branch information
semantic-release-bot committed Jul 21, 2022
1 parent e7d64dc commit 3647b56
Show file tree
Hide file tree
Showing 2 changed files with 13 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": "38.2.0",
"version": "39.0.0",
"displayName": "Hack and Slash Framework",
"description": "A framework for hack and slash games.",
"unity": "2019.4",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [39.0.0](https://github.com/christides11/hack-and-slash-framework/compare/v38.2.0...v39.0.0) (2022-07-21)


### Code Refactoring

* Changed FrameRange to Vector2Int ([e7d64dc](https://github.com/christides11/hack-and-slash-framework/commit/e7d64dc5ee7abcfd731aef68fe9cea7f9b966cef))


### BREAKING CHANGES

* FrameRange for StateTimelineVariables are now Vector2Ints instead of Vector2.

# [38.2.0](https://github.com/christides11/hack-and-slash-framework/compare/v38.1.3...v38.2.0) (2022-07-21)


Expand Down

0 comments on commit 3647b56

Please sign in to comment.