@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]  
99
10+ ## [ 0.11.2]  - 2025-06-01 
11+ 
12+ ### Fixed  
13+ 
14+ -  Fixed onPlaceBlock [ #242  ]  @ShrBox  
15+ 
1016## [ 0.11.1]  - 2025-05-31 
1117
1218### Added  
@@ -40,6 +46,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4046-  Improved logging in NodeJs plugin loading @xiaoqch  
4147-  Fixed return type for invalid dimension in mc.getBlock @xiaoqch  
4248
49+ ## [ 0.10.9]  - 2025-06-01 
50+ 
51+ ### Added  
52+ 
53+ -  Added ll.pluginsRoot and ll.getCurrentPluginInfo apis @xiaoqch  
54+ 
55+ ### Changed  
56+ 
57+ -  Updated ScriptX to fix v8 backend issue [ #277  ]  @ShrBox  
58+ -  Refactored onAte event (#279  ) @killcerr  
59+ 
60+ ### Fixed  
61+ 
62+ -  Fixed compatibility with custom mods directory @xiaoqch  
63+ -  Fixed ll.getPluginInfo fails to get current plugin info during loading @xiaoqch  
64+ -  Fixed onPlaceBlock [ #242  ]  @ShrBox  
65+ 
4366## [ 0.10.8]  - 2025-05-22 
4467
4568### Changed  
@@ -885,6 +908,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
885908[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231 
886909[ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236 
887910[ #240 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/240 
911+ [ #242 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/242 
888912[ #243 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/243 
889913[ #249 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/249 
890914[ #251 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/251 
@@ -896,9 +920,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
896920[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273 
897921[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277 
898922
899- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...HEAD 
923+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...HEAD 
924+ [ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2 
900925[ 0.11.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...v0.11.1 
901- [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.11.0 
926+ [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.9...v0.11.0 
927+ [ 0.10.9 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.10.9 
902928[ 0.10.8 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8 
903929[ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7 
904930[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6 
0 commit comments