From 0eed0a32b37374a5a28631c781dc49cf3dd30bfb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Jan 2021 21:20:13 +0000 Subject: [PATCH] chore(release): 1.12.5 [skip ci] ## [1.12.5](https://github.com/raidcraft/skills-and-effects/compare/v1.12.4...v1.12.5) (2021-01-15) ### Bug Fixes * **movement-speed:** remove modifier before adding it ([561cc6f](https://github.com/raidcraft/skills-and-effects/commit/561cc6f8a0ba9d1a8e84858be5bc88b07b4eb65b)), closes [#14](https://github.com/raidcraft/skills-and-effects/issues/14) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64aa32..008d0e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.5](https://github.com/raidcraft/skills-and-effects/compare/v1.12.4...v1.12.5) (2021-01-15) + + +### Bug Fixes + +* **movement-speed:** remove modifier before adding it ([561cc6f](https://github.com/raidcraft/skills-and-effects/commit/561cc6f8a0ba9d1a8e84858be5bc88b07b4eb65b)), closes [#14](https://github.com/raidcraft/skills-and-effects/issues/14) + ## [1.12.4](https://github.com/raidcraft/skills-and-effects/compare/v1.12.3...v1.12.4) (2021-01-11) diff --git a/gradle.properties b/gradle.properties index c92d61e..17a3f4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,5 +3,5 @@ pluginName = RaidCraft-Skills author = Silthus mcVersion = 1.16.4 apiVersion = 1.15 -version = 1.12.4 +version = 1.12.5 target = plugins/RCSkills/modules