diff --git a/CHANGELOG.md b/CHANGELOG.md index 197c1ae..31e4240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.1](https://github.com/Silthus/spigot-plugin-template/compare/v1.1.0...v1.1.1) (2020-05-10) + + +### Bug Fixes + +* **build:** cache yarn.lock instead of package-lock ([c067aab](https://github.com/Silthus/spigot-plugin-template/commit/c067aab502cb076253232e20533449336e54fa15)) +* **lint:** remove spotless linting ([cb2f8d1](https://github.com/Silthus/spigot-plugin-template/commit/cb2f8d1e70081e414e6fbe76479d7a2387108070)) + # [1.1.0](https://github.com/Silthus/spigot-plugin-template/compare/v1.0.1...v1.1.0) (2020-05-09) diff --git a/gradle.properties b/gradle.properties index 9d56d5a..64c65ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = net.silthus packageName = net.silthus.spigot-template -version = 1.1.0 +version = 1.1.1 pluginName = PluginName author = Silthus apiVersion = 1.15