From 9f3b7332205fc04f1d15457d61b4c6676076be34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Sep 2021 10:31:44 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/Silthus/spigot-plugin-template/compare/v4.0.0...v4.1.0) (2021-09-21) ### Bug Fixes * **release:** allow semantic-release legacy peer deps ([630364c](https://github.com/Silthus/spigot-plugin-template/commit/630364cfba83dc1b2d227e0c9dc4425908554f6b)) ### Features * **release:** add alpha and beta releases ([1931153](https://github.com/Silthus/spigot-plugin-template/commit/1931153ce8d623f20b75aebdf3c5bcdafb31aa19)) * **release:** remove unnecessary node dependency ([ce926bf](https://github.com/Silthus/spigot-plugin-template/commit/ce926bfe3f511397507565d1872719047499a32d)) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35d11f..2a06ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.1.0](https://github.com/Silthus/spigot-plugin-template/compare/v4.0.0...v4.1.0) (2021-09-21) + + +### Bug Fixes + +* **release:** allow semantic-release legacy peer deps ([630364c](https://github.com/Silthus/spigot-plugin-template/commit/630364cfba83dc1b2d227e0c9dc4425908554f6b)) + + +### Features + +* **release:** add alpha and beta releases ([1931153](https://github.com/Silthus/spigot-plugin-template/commit/1931153ce8d623f20b75aebdf3c5bcdafb31aa19)) +* **release:** remove unnecessary node dependency ([ce926bf](https://github.com/Silthus/spigot-plugin-template/commit/ce926bfe3f511397507565d1872719047499a32d)) + # [4.0.0](https://github.com/Silthus/spigot-plugin-template/compare/v3.0.2...v4.0.0) (2021-07-23) diff --git a/gradle.properties b/gradle.properties index 75879ee..6eed704 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = PluginName author = Silthus mcVersion = 1.17.1 apiVersion = 1.17 -version = 4.0.0 +version = 4.1.0