From 3dbdd8d40baaa31c6ffa5b6263517eb4c7b70176 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Tue, 6 Aug 2024 22:09:20 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 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, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b34dc6f..6bf5268f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.10] - 2024-08-06 + +### Fixed + +- Fix Entity::toPlayer + ## [0.8.9] - 2024-08-05 ### Changed @@ -511,6 +517,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#154]: https://github.com/LiteLDev/LegacyScriptEngine/issues/154 [#157]: https://github.com/LiteLDev/LegacyScriptEngine/issues/157 +[0.8.10]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.9...v0.8.10 [0.8.9]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.8...v0.8.9 [0.8.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.7...v0.8.8 [0.8.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.6...v0.8.7 diff --git a/manifest.json b/manifest.json index af72dbea..bb6186ca 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.9", + "version": "0.8.10", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index b5ee9fa0..0ec09b3c 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.8.9", + "version": "0.8.10", "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.9", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.9" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.10", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.10" } } diff --git a/tooth.lua.json b/tooth.lua.json index 6bf46ff1..4bead024 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.9", + "version": "0.8.10", "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 8cfeef6e..ba4b0b07 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.9", + "version": "0.8.10", "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 bb8de5fd..4040b38d 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.9", + "version": "0.8.10", "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 94dcc1e3..35f31c71 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.9", + "version": "0.8.10", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",