chore: storing version and changelog

This commit is contained in:
StraToN
2022-06-23 09:27:38 +00:00
parent 653e336383
commit dfbceadd1c
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
## [4.0.0-alpha.188](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.188) (2022-06-23)
### Bug Fixes
* handles translation keys that have only one word (i.e. no spaces… ([#596](https://github.com/godot-escoria/escoria-demo-game/issues/596)) ([653e336](https://github.com/godot-escoria/escoria-demo-game/commit/653e33638311c8b70122aa56242dbd3782bb9b6b))
## [4.0.0-alpha.187](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.187) (2022-06-10)

View File

@@ -141,7 +141,7 @@ func say(character: String, type: String, text: String) -> void:
[
"Unable to find voice file with key '%s'." % matches.get_string("key")
]
)
)
else:
(
escoria.object_manager.get_object(escoria.object_manager.SPEECH).node\