@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.0] - 2024-04-13
9+
10+ ### Fixed
11+
12+ - Support deferred command registration [ #35 ]
13+ - Fix ` mc.getStructure ` [ #97 ]
14+
815## [ 0.5.4] - 2024-04-08
916
1017### Fixed
@@ -226,6 +233,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226233- First release.
227234
228235[ #31 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/31
236+ [ #35 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/35
229237[ #37 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/37
230238[ #43 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/43
231239[ #44 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/44
@@ -248,7 +256,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248256[ #91 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/91
249257[ #92 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/92
250258[ #94 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/94
259+ [ #97 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/97
251260
261+ [ 0.6.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.4...v0.6.0
252262[ 0.5.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.3...v0.5.4
253263[ 0.5.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.2...v0.5.3
254264[ 0.5.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.5.1...v0.5.2
0 commit comments