From 08c623fe918c08da97d64ba5df104e215851b04d Mon Sep 17 00:00:00 2001 From: Dofes <91889957+Dofes@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:15:49 +0800 Subject: [PATCH] chore: update tooth.json & changelog.md --- CHANGELOG.md | 9 ++++++++- tooth.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d791d56..79c8313 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.2.2] - 2024-04-06 + +## Fixed + +- Fixed clear player lookup cache crash issue + ## [0.2.1] - 2024-04-05 ### Fixed @@ -64,7 +70,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed some bugs -[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviOptimize/compare/v0.2.2...HEAD +[0.2.2]: https://github.com/LiteLDev/LeviOptimize/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/LiteLDev/LeviOptimize/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.9...v0.2.0 [0.1.9]: https://github.com/LiteLDev/LeviOptimize/compare/v0.1.8...v0.1.9 diff --git a/tooth.json b/tooth.json index ad2ca47..034e2b6 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviOptimize", - "version": "0.2.1", + "version": "0.2.2", "info": { "name": "LeviOptimize", "description": "A performance optimization plugin for Minecraft Bedrock Server",