From cac2a42a4ac4370675500f1727a1012209fa9e33 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 20:29:32 +0000 Subject: [PATCH] chore(release): 6.0.0 [skip ci] # [6.0.0](https://github.com/GeorgeV220/SkinOverlay/compare/v5.3.1...v6.0.0) (2023-06-11) ### Features * Add SkinException class to handle runtime exceptions related to skin overlay ([dc53c82](https://github.com/GeorgeV220/SkinOverlay/commit/dc53c82f0fde2abd386981ec8354236af00c6bd7)) * **config:** add mineskin api key option to config.yml ([890256e](https://github.com/GeorgeV220/SkinOverlay/commit/890256ec2bd1b39519fdf5792d516a45bb5505c1)) * **Glowstone:** Dropped glowstone support ([74b8036](https://github.com/GeorgeV220/SkinOverlay/commit/74b803686549f9cc677bf3117b825195a631b15a)) * Implement the new changes of SkinHandler ([43935d4](https://github.com/GeorgeV220/SkinOverlay/commit/43935d404abd678d1be33b9e5d21f73a8d6178f7)) * Rewrite SkinHandler ([3912014](https://github.com/GeorgeV220/SkinOverlay/commit/39120148daf34e3d6176e6ad3b792cf17adb04bd)) * This is an empty commit read desc ([5434fde](https://github.com/GeorgeV220/SkinOverlay/commit/5434fded81bd341520b14b9abfe541a0734068f9)) ### BREAKING CHANGES * The old saved data won't work with the new release because of numerous internal and API changes. --- CHANGELOG.md | 17 +++++++++++++++++ gradle.properties | 6 ++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6db9a8..0fabc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [6.0.0](https://github.com/GeorgeV220/SkinOverlay/compare/v5.3.1...v6.0.0) (2023-06-11) + + +### Features + +* Add SkinException class to handle runtime exceptions related to skin overlay ([dc53c82](https://github.com/GeorgeV220/SkinOverlay/commit/dc53c82f0fde2abd386981ec8354236af00c6bd7)) +* **config:** add mineskin api key option to config.yml ([890256e](https://github.com/GeorgeV220/SkinOverlay/commit/890256ec2bd1b39519fdf5792d516a45bb5505c1)) +* **Glowstone:** Dropped glowstone support ([74b8036](https://github.com/GeorgeV220/SkinOverlay/commit/74b803686549f9cc677bf3117b825195a631b15a)) +* Implement the new changes of SkinHandler ([43935d4](https://github.com/GeorgeV220/SkinOverlay/commit/43935d404abd678d1be33b9e5d21f73a8d6178f7)) +* Rewrite SkinHandler ([3912014](https://github.com/GeorgeV220/SkinOverlay/commit/39120148daf34e3d6176e6ad3b792cf17adb04bd)) +* This is an empty commit read desc ([5434fde](https://github.com/GeorgeV220/SkinOverlay/commit/5434fded81bd341520b14b9abfe541a0734068f9)) + + +### BREAKING CHANGES + +* The old saved data won't work with the new release because of numerous internal and API changes. + ## [5.3.1](https://github.com/GeorgeV220/SkinOverlay/compare/v5.3.0...v5.3.1) (2023-05-30) diff --git a/gradle.properties b/gradle.properties index cc98d3d..667c9d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,11 +5,9 @@ bukkitMain = com.georgev22.skinoverlay.SkinOverlayBukkit bungeeMain = com.georgev22.skinoverlay.SkinOverlayBungee pluginName = SkinOverlay author = GeorgeV22 -version = 5.3.1 - +version = 6.0.0 mcVersion = 1.18.2 apiVersion = 1.13 - libraryVersion = 11.3.0 libraryLoaderVersion = 1.6.1 mineskinVersion = e00167583d @@ -27,4 +25,4 @@ commonsioVersion = 2.11.0 commonslangVersion = 2.6 mongodbVersion = 3.12.13 authlibVersion = 3.11.50 -paperlibVersion = 1.0.8 \ No newline at end of file +paperlibVersion = 1.0.8