File tree 3 files changed +15
-4
lines changed 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.10.6] - 2025-04-27
11
+
12
+ ### Added
13
+
14
+ - Added Node.js backend esm support (#268 ) @engsr6982
15
+
16
+ ### Fixed
17
+
18
+ - Fixed Direction enum @xiaoqch
19
+
10
20
## [ 0.10.5] - 2025-04-13
11
21
12
22
### Fixed
@@ -828,7 +838,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
828
838
[ #261 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/261
829
839
[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
830
840
831
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...HEAD
841
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...HEAD
842
+ [ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
832
843
[ 0.10.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
833
844
[ 0.10.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
834
845
[ 0.10.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...v0.10.3
Original file line number Diff line number Diff line change 2
2
"format_version" : 3 ,
3
3
"format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
4
4
"tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5
- "version" : " 0.10.5 " ,
5
+ "version" : " 0.10.6 " ,
6
6
"info" : {
7
7
"name" : " LegacyScriptEngine" ,
8
8
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7 " , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c " , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments