Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.7.1...v2.0.0) (2020-07-06)

### Features

* update spigradle to 2.0.0 ([df1f431](df1f431)), closes [#19](#19)

### BREAKING CHANGES

* The `@Plugin` annotation on the plugin main class for spigradle was renamed to `@PluginMain`
  • Loading branch information
semantic-release-bot committed Jul 6, 2020
1 parent df1f431 commit c4ec6fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/Silthus/spigot-plugin-template/compare/v1.7.1...v2.0.0) (2020-07-06)


### Features

* update spigradle to 2.0.0 ([df1f431](https://github.com/Silthus/spigot-plugin-template/commit/df1f431c6cb68bab085a182970c33cd0e96cddca)), closes [#19](https://github.com/Silthus/spigot-plugin-template/issues/19)


### BREAKING CHANGES

* The `@Plugin` annotation on the plugin main class for spigradle was renamed to `@PluginMain`

## [1.7.1](https://github.com/Silthus/spigot-plugin-template/compare/v1.7.0...v1.7.1) (2020-07-03)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginName = PluginName
author = Silthus
mcVersion = 1.16.1
apiVersion = 1.15
version = 1.7.1
version = 2.0.0

0 comments on commit c4ec6fe

Please sign in to comment.