diff --git a/CHANGELOG.md b/CHANGELOG.md index bab4166..b62d0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ 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.1.5] - 2024-02-05 + +### Fixed + +- Fix some error while migrating old plugins + ## [0.1.4] - 2024-02-05 ### Added - First release. +[0.1.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/LiteLDev/LegacyScriptEngine/releases/tag/v0.1.4 diff --git a/tooth.json b/tooth.json index d88d67d..613b222 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.1.4", + "version": "0.1.5", "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.1.4", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.1.4" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.1.5", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.1.5" } } diff --git a/tooth.template.json b/tooth.template.json index 7009651..98a98b7 100644 --- a/tooth.template.json +++ b/tooth.template.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-${engine}", - "version": "0.1.4", + "version": "0.1.5", "info": { "name": "LegacyScriptEngine with ${engine} backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",