Skip to content

Commit 71313ed

Browse files
committed
chore: update LeviLamina
update CHANGELOG.md
1 parent bbe2ba2 commit 71313ed

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1020
## [0.10.5] - 2025-04-13
1121

1222
### Fixed
@@ -828,7 +838,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
828838
[#261]: https://github.com/LiteLDev/LegacyScriptEngine/issues/261
829839
[#264]: https://github.com/LiteLDev/LegacyScriptEngine/issues/264
830840

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
832843
[0.10.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
833844
[0.10.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
834845
[0.10.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...v0.10.3

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.10.5",
5+
"version": "0.10.6",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
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"}})
77
else
8-
add_requires("levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7", {configs = {target_type = "client"}})
8+
add_requires("levilamina c59145f8bd574cfd181343590a56f0b30462764c", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)