diff --git a/CHANGELOG.md b/CHANGELOG.md index b8e1bfb962..889ad80fcf 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.10.5] - 2024-04-01 + +### Fixed + +- Fix CustomFormHandler [#1502] + ## [0.10.4] - 2024-03-31 ### Added @@ -410,8 +416,10 @@ For lip and tooth-hub test only. [#1483]: https://github.com/LiteLDev/LeviLamina/issues/1483 [#1492]: https://github.com/LiteLDev/LeviLamina/issues/1492 [#1499]: https://github.com/LiteLDev/LeviLamina/issues/1499 +[#1502]: https://github.com/LiteLDev/LeviLamina/issues/1502 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.4...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.5...HEAD +[0.10.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.4...v0.10.5 [0.10.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.2...v0.10.4 [0.10.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.0...v0.10.1 diff --git a/tooth.json b/tooth.json index e261a798e1..447dc54cc5 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.10.4", + "version": "0.10.5", "info": { "name": "LeviLamina", "description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS", "author": "LiteLDev", "tags": [] }, - "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.4/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.5/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.72", "github.com/LiteLDev/CrashLogger": "1.1.x",