From 7c5f97589b8f8c942e1c2e69034e1f0d3d37289c Mon Sep 17 00:00:00 2001 From: ShrBox Date: Thu, 8 Aug 2024 20:39:25 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 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(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e8353..3099862 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.14] - 2024-08-08 + +### Fixed + +- Fix NbtAPI constructor [#160] + ## [0.8.13] - 2024-08-08 ### Added @@ -544,7 +550,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#153]: https://github.com/LiteLDev/LegacyScriptEngine/issues/153 [#154]: https://github.com/LiteLDev/LegacyScriptEngine/issues/154 [#157]: https://github.com/LiteLDev/LegacyScriptEngine/issues/157 +[#160]: https://github.com/LiteLDev/LegacyScriptEngine/issues/160 +[0.8.14]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.13...v0.8.14 [0.8.13]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.12...v0.8.13 [0.8.12]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.11...v0.8.12 [0.8.11]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.10...v0.8.11 diff --git a/manifest.json b/manifest.json index 5ddabc8..5ebcada 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.13", + "version": "0.8.14", "dependencies": [ { "name": "LegacyMoney" diff --git a/tooth.json b/tooth.json index 9d690af..30a855c 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.8.13", + "version": "0.8.14", "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.13", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.13" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.8.14", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.8.14" } } diff --git a/tooth.lua.json b/tooth.lua.json index 07ea500..6369173 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.13", + "version": "0.8.14", "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 48fb970..96ac458 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.13", + "version": "0.8.14", "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 7b9e454..7f302d4 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.13", + "version": "0.8.14", "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 9c8b970..f9f6b01 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.13", + "version": "0.8.14", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",