Skip to content

Commit 8766e88

Browse files
committed
chore: update CHANGELOG.md
1 parent b1d55c9 commit 8766e88

File tree

2 files changed

+11
-3
lines changed

2 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.10.5] - 2025-04-13
11+
12+
### Fixed
13+
14+
- Fixe param of onBlockExploded event callback [#264] @xiaoqch
15+
1016
## [0.10.4] - 2025-04-12
1117

1218
### Fixed
@@ -820,8 +826,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
820826
[#252]: https://github.com/LiteLDev/LegacyScriptEngine/issues/252
821827
[#258]: https://github.com/LiteLDev/LegacyScriptEngine/issues/258
822828
[#261]: https://github.com/LiteLDev/LegacyScriptEngine/issues/261
829+
[#264]: https://github.com/LiteLDev/LegacyScriptEngine/issues/264
823830

824-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...HEAD
831+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...HEAD
832+
[0.10.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
825833
[0.10.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
826834
[0.10.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...v0.10.3
827835
[0.10.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0...v0.10.2

tooth.json

Lines changed: 2 additions & 2 deletions
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.4",
5+
"version": "0.10.5",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -28,7 +28,7 @@
2828
"github.com/LiteLDev/LegacyRemoteCall": "0.10.*",
2929
"github.com/LiteLDev/LegacyParticleAPI": "0.10.*",
3030
"github.com/LiteLDev/LegacyMoney": "0.10.*",
31-
"git.levimc.org/ShrBox/7-zip": "24.*"
31+
"gitea.litebds.com/ShrBox/7-zip": "24.*"
3232
},
3333
"assets": [
3434
{

0 commit comments

Comments
 (0)