From 9388d00b210a39ef4d81345b7c98c9f7311dc3ac Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sat, 10 Aug 2024 17:21:07 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- manifest.json | 2 +- tooth.json | 6 +++--- tooth.lua.json | 2 +- tooth.nodejs.json | 2 +- tooth.python.json | 2 +- tooth.quickjs.json | 2 +- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0adece..6c05491a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.17] - 2024-08-10 + +### Fixed + +- Add valid check for Entity + ## [0.8.16] - 2024-08-10 ### Fixed @@ -567,7 +573,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#157]: https://github.com/LiteLDev/LegacyScriptEngine/issues/157 [#160]: https://github.com/LiteLDev/LegacyScriptEngine/issues/160 -[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.16...HEAD +[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.17...HEAD +[0.8.17]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.16...v0.8.17 [0.8.16]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.15...v0.8.16 [0.8.15]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.14...v0.8.15 [0.8.14]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.13...v0.8.14 diff --git a/manifest.json b/manifest.json index f24c58e5..75fd8537 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "type": "native", "description": "A plugin engine for running LLSE plugins on LeviLamina", "author": "LiteLDev", - "version": "0.8.16", + "version": "0.8.17", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index 729c1e80..0a3283b1 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.8.16", + "version": "0.8.17", "info": { "name": "LegacyScriptEngine", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,7 +12,7 @@ ] }, "dependencies": { - "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.16", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.16" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.17", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.17" } } diff --git a/tooth.lua.json b/tooth.lua.json index ea10e0e9..afc33479 100644 --- a/tooth.lua.json +++ b/tooth.lua.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua", - "version": "0.8.16", + "version": "0.8.17", "info": { "name": "LegacyScriptEngine with Lua backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.nodejs.json b/tooth.nodejs.json index 3037a4af..9e1774b0 100644 --- a/tooth.nodejs.json +++ b/tooth.nodejs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs", - "version": "0.8.16", + "version": "0.8.17", "info": { "name": "LegacyScriptEngine with NodeJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.python.json b/tooth.python.json index 16da06e8..cdc9c2bf 100644 --- a/tooth.python.json +++ b/tooth.python.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python", - "version": "0.8.16", + "version": "0.8.17", "info": { "name": "LegacyScriptEngine with Python backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", diff --git a/tooth.quickjs.json b/tooth.quickjs.json index 08994f70..a1c03638 100644 --- a/tooth.quickjs.json +++ b/tooth.quickjs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs", - "version": "0.8.16", + "version": "0.8.17", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",