From 916edf64504636ee8bad7b95162ef1f03c08895c Mon Sep 17 00:00:00 2001 From: ShrBox Date: Wed, 1 May 2024 14:24:32 +0800 Subject: [PATCH] chore: update CHANGELOG.md & tooth.json --- CHANGELOG.md | 16 +++++++++++++++- tooth.json | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034e91a509..a322ffc56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.2] - 2024-05-01 + +### Changed + +- Remove biome accessor + +### Fixed + +- Fix fake Intellisense error +- Fix [#1520] +- Fix StructureTemplate + ## [0.12.1] - 2024-04-29 ### Added @@ -494,8 +506,10 @@ For lip and tooth-hub test only. [#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.12.1...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.2...HEAD +[0.12.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.11.1...v0.12.0 [0.11.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.11.0...v0.11.1 diff --git a/tooth.json b/tooth.json index 6ac4fa0cd9..287fe2fd4d 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.12.1", + "version": "0.12.2", "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.12.1/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.12.2/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": ">=1.20.80 <1.20.90", "github.com/LiteLDev/CrashLogger": "1.1.x",