Skip to content

Commit 7d9a593

Browse files
committed
chore: update CHANGELOG.md
1 parent 4e5d372 commit 7d9a593

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
4343
- run: |
4444
xmake -y
45-
sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
46-
mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
4745
4846
- uses: actions/upload-artifact@v4
4947
with:

CHANGELOG.md

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

2323
### Fixed
2424

25-
- Fixed onPlayerInteractEntity [#231] ShrBox 20 分钟之前
25+
- Fixed onPlayerInteractEntity [#231]
26+
- Fixed onEntityExplode [#225]
2627

2728
## [0.9.5] - 2025-02-04
2829

@@ -738,6 +739,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
738739
[#220]: https://github.com/LiteLDev/LegacyScriptEngine/issues/220
739740
[#221]: https://github.com/LiteLDev/LegacyScriptEngine/issues/221
740741
[#222]: https://github.com/LiteLDev/LegacyScriptEngine/issues/222
742+
[#225]: https://github.com/LiteLDev/LegacyScriptEngine/issues/225
741743
[#226]: https://github.com/LiteLDev/LegacyScriptEngine/issues/226
742744
[#227]: https://github.com/LiteLDev/LegacyScriptEngine/issues/227
743745
[#231]: https://github.com/LiteLDev/LegacyScriptEngine/issues/231

0 commit comments

Comments
 (0)