chore: storing version and changelog

This commit is contained in:
StraToN
2022-04-19 07:12:53 +00:00
parent b4a57fa788
commit a8ab14cd01
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## [4.0.0-alpha.160](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.160) (2022-04-19)
### Features
* Added warning message when multiple locations found for an item ([b4a57fa](https://github.com/godot-escoria/escoria-demo-game/commit/b4a57fa7887e843e9f03da319f7589c58d057742))
## [4.0.0-alpha.159](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.159) (2022-04-19)

View File

@@ -35,7 +35,7 @@ func validate(arguments: Array):
]
)
return false
return true
# Run the command

View File

@@ -57,7 +57,7 @@ func prepare_arguments(arguments: Array) -> Array:
if index >= complete_arguments.size():
complete_arguments.append(arguments[index])
continue
complete_arguments[index] = escoria.utils.get_typed_value(
arguments[index],
types[index]