Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-02-27)

### Features

* add language config ([c5fdd87](c5fdd87))
* add player utils ([ab53e7b](ab53e7b))
* add startup message ([86d1a25](86d1a25))
* add VaultProvider ([c01d5b5](c01d5b5))
* add whitelist command ([0e67528](0e67528))
  • Loading branch information
semantic-release-bot committed Feb 27, 2022
1 parent 0e67528 commit 60d48c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 1.0.0 (2022-02-27)


### Features

* add language config ([c5fdd87](https://github.com/loongwork/nextg-spigot/commit/c5fdd87d9cb5b867b556a9c528ac0bec059d27a9))
* add player utils ([ab53e7b](https://github.com/loongwork/nextg-spigot/commit/ab53e7b6d0f008ca8af89b4d171fb9f62b2194c6))
* add startup message ([86d1a25](https://github.com/loongwork/nextg-spigot/commit/86d1a25c164d9682e59c07cd1c15650026d10f1f))
* add VaultProvider ([c01d5b5](https://github.com/loongwork/nextg-spigot/commit/c01d5b54ca58cf2e6dd8e2ec54e051291e541e27))
* add whitelist command ([0e67528](https://github.com/loongwork/nextg-spigot/commit/0e67528648ff730a32a66f36cbcb6d874e8e4702))
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group=net.loongwork
packageName=net.loongwork.nextg.spigot
pluginName=NextGSpigot
author=sunxyw
mcVersion=1.16.5
apiVersion=1.16
version=0.0.1
group = net.loongwork
packageName = net.loongwork.nextg.spigot
pluginName = NextGSpigot
author = sunxyw
mcVersion = 1.16.5
apiVersion = 1.16
version = 1.0.0

0 comments on commit 60d48c5

Please sign in to comment.