Skip to content

Commit 2289c7a

Browse files
committed
chore(deps): bump LightWebSocketClient to v1.0.2 #353
1 parent b185582 commit 2289c7a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.17.4] - 2026-02-24
11+
12+
### Changed
13+
14+
- Bumped LightWebSocketClient to v1.0.2 [#353]
15+
1016
## [0.17.3] - 2026-02-24
1117

1218
### Added
@@ -1158,8 +1164,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11581164
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
11591165
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
11601166
[#348]: https://github.com/LiteLDev/LegacyScriptEngine/issues/348
1167+
[#353]: https://github.com/LiteLDev/LegacyScriptEngine/issues/353
11611168

1162-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.3...HEAD
1169+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.4...HEAD
1170+
[0.17.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.3...v0.17.4
11631171
[0.17.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.2...v0.17.3
11641172
[0.17.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.1...v0.17.2
11651173
[0.17.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.0...v0.17.1

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.17.3",
5+
"version": "0.17.4",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_requires("levibuildscript")
1313
add_requires(
1414
"legacymoney 0.10.0",
1515
"legacyremotecall 0.10.0",
16-
"lightwebsocketclient 1.0.1",
16+
"lightwebsocketclient 1.0.2",
1717
"magic_enum v0.9.7",
1818
"nlohmann_json v3.11.3",
1919
"simpleini v4.22",

0 commit comments

Comments
 (0)