From c302b7e75fda0a7d50bab0b7344afa1a4ce5c816 Mon Sep 17 00:00:00 2001 From: StraToN Date: Sun, 24 Apr 2022 13:31:21 +0000 Subject: [PATCH] chore: storing version and changelog --- CHANGELOG.md | 9 +++++++++ addons/escoria-core/plugin.gd | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7672e5a..a8db0151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.0-alpha.171](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.171) (2022-04-24) + + +### Bug Fixes + +* removed calls to inexisting escoria singleton after plugin disbld ([#578](https://github.com/godot-escoria/escoria-demo-game/issues/578)) ([b23adae](https://github.com/godot-escoria/escoria-demo-game/commit/b23adae3604b54d0d1e8851ee3e9022392f79a2e)) + + + ## [4.0.0-alpha.170](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.170) (2022-04-23) diff --git a/addons/escoria-core/plugin.gd b/addons/escoria-core/plugin.gd index 18f145bf..596495d0 100644 --- a/addons/escoria-core/plugin.gd +++ b/addons/escoria-core/plugin.gd @@ -23,7 +23,7 @@ func _get_escoria(): "Escoria could not load the 'escoria' singleton/autoload.\n", "Please try to disable and re-enable 'Escoria' plugin." ) - + return escoria_instance