Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.3.1...v6.0.0) (2023-06-11)

### Features

* Add SkinException class to handle runtime exceptions related to skin overlay ([dc53c82](dc53c82))
* **config:** add mineskin api key option to config.yml ([890256e](890256e))
* **Glowstone:** Dropped glowstone support ([74b8036](74b8036))
* Implement the new changes of SkinHandler ([43935d4](43935d4))
* Rewrite SkinHandler ([3912014](3912014))
* This is an empty commit read desc ([5434fde](5434fde))

### BREAKING CHANGES

* The old saved data won't work with the new release because of numerous internal and API changes.
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 5434fde commit cac2a42
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 2 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +25,4 @@ commonsioVersion = 2.11.0
commonslangVersion = 2.6
mongodbVersion = 3.12.13
authlibVersion = 3.11.50
paperlibVersion = 1.0.8
paperlibVersion = 1.0.8

0 comments on commit cac2a42

Please sign in to comment.