diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ee8bec..a6b2d649 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.7.11] - 2024-05-11 + +### Fixed + +- Fix unload [#134] + ## [0.7.10] - 2024-05-09 ### Changed @@ -408,7 +414,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#123]: https://github.com/LiteLDev/LegacyScriptEngine/issues/123 [#128]: https://github.com/LiteLDev/LegacyScriptEngine/issues/128 [#130]: https://github.com/LiteLDev/LegacyScriptEngine/issues/130 +[#134]: https://github.com/LiteLDev/LegacyScriptEngine/issues/134 +[0.7.11]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.10...v0.7.11 +[0.7.10]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.9...v0.7.10 [0.7.9]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.8...v0.7.9 [0.7.8]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.7...v0.7.8 [0.7.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.7.6...v0.7.7 diff --git a/manifest.json b/manifest.json index 3cb8dea1..67342923 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.7.10", + "version": "0.7.11", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index 00405847..7860c1ae 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.7.10", + "version": "0.7.11", "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.7.10", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.7.10" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.7.11", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.7.11" } } diff --git a/tooth.lua.json b/tooth.lua.json index 8ceb9ddb..886382bf 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.7.10", + "version": "0.7.11", "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 675267bd..758e774c 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.7.10", + "version": "0.7.11", "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 3b79d8d1..b2a331f3 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.7.10", + "version": "0.7.11", "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 6dc2ed1d..d728bb8a 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.7.10", + "version": "0.7.11", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",