File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323- Improved logging in NodeJs plugin loading @xiaoqch
2424- Fixed return type for invalid dimension in mc.getBlock @xiaoqch
2525
26+ ## [ 0.10.8] - 2025-05-22
27+
28+ ### Changed
29+
30+ - Update LeviLamina to 1.1.2
31+
32+ ### Fixed
33+
34+ - Fixed mc.getPlayerScore [ #273 ]
35+ - Fixed network.httpGet [ #269 ]
36+
2637## [ 0.10.7] - 2025-05-20
2738
2839### Fixed
@@ -864,9 +875,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
864875[ #258 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/258
865876[ #261 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/261
866877[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
878+ [ #269 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/269
879+ [ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
867880
868881[ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...HEAD
869- [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.11.0
882+ [ 0.11.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.8...v0.11.0
883+ [ 0.10.8 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.7...v0.10.8
884+ [ 0.10.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...v0.10.7
870885[ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
871886[ 0.10.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
872887[ 0.10.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
You can’t perform that action at this time.
0 commit comments