From 95e04eba8e8fdad9b2237f831e97ddef30fb3cf0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Jun 2020 17:56:36 +0000 Subject: [PATCH] chore(release): 1.5.2 [skip ci] ## [1.5.2](https://github.com/Silthus/spigot-plugin-template/compare/v1.5.1...v1.5.2) (2020-06-25) ### Bug Fixes * **build:** only run once on PR from same repo ([4df7f57](https://github.com/Silthus/spigot-plugin-template/commit/4df7f5701a2c47c46bf5394f544ca5fdf4d8bec4)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae2816..318bd88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.2](https://github.com/Silthus/spigot-plugin-template/compare/v1.5.1...v1.5.2) (2020-06-25) + + +### Bug Fixes + +* **build:** only run once on PR from same repo ([4df7f57](https://github.com/Silthus/spigot-plugin-template/commit/4df7f5701a2c47c46bf5394f544ca5fdf4d8bec4)) + ## [1.5.1](https://github.com/Silthus/spigot-plugin-template/compare/v1.5.0...v1.5.1) (2020-06-10) diff --git a/gradle.properties b/gradle.properties index 12c44f8..486033e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = net.silthus packageName = net.silthus.spigot-template -version = 1.5.1 +version = 1.5.2 pluginName = PluginName author = Silthus apiVersion = 1.15