diff --git a/CHANGELOG.md b/CHANGELOG.md index 43ec764194..b6f738d71f 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.13.1] - 2024-06-19 + +### Fixed + +- Fix exception while shutting down + ## [0.13.0] - 2024-06-19 ### Added @@ -539,7 +545,15 @@ First preview release. For lip and tooth-hub test only. -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.0...HEAD +[#1481]: https://github.com/LiteLDev/LeviLamina/issues/1481 +[#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 +[#1520]: https://github.com/LiteLDev/LeviLamina/issues/1520 + +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.1...HEAD +[0.13.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.4...v0.13.0 [0.12.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.3...v0.12.4 [0.12.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.2...v0.12.3 diff --git a/tooth.json b/tooth.json index 2d0aa40e4b..07e6bea308 100644 --- a/tooth.json +++ b/tooth.json @@ -1,18 +1,18 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.13.0", + "version": "0.13.1", "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.13.0/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.1/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": ">=1.21.0 <1.21.10", "github.com/LiteLDev/CrashLogger": "1.1.x", - "github.com/LiteLDev/levilamina-loc": "1.1.x", + "github.com/LiteLDev/levilamina-loc": "1.2.x", "github.com/LiteLDev/PeEditor": "3.7.x", "github.com/LiteLDev/PreLoader": "1.6.x" },