Skip to content

Commit

Permalink
chore: storing version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StraToN committed Mar 10, 2022
1 parent cb538ed commit 8adc164
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.0-alpha.132](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.132) (2022-03-10)


### Bug Fixes

* Wrong variable used causing a crash on UI de-registering ([cb538ed](https://github.com/godot-escoria/escoria-demo-game/commit/cb538edb017030f47255835f371d5968abaf4134))



## [4.0.0-alpha.131](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.131) (2022-03-10)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func validate(arguments: Array):
# - *destination*: The destination item to slide to
# - *speed*: The speed at which to slide in pixels per second (will default to
# the speed configured on the `object`)
#
#
#
# **Returns** The generated (and started) tween
func _slide_object(
Expand Down

0 comments on commit 8adc164

Please sign in to comment.