Skip to content

Commit 38ba358

Browse files
committed
chore(release): 1.1.0-alpha.7 [skip ci]
## [1.1.0-alpha.7](v1.1.0-alpha.6...v1.1.0-alpha.7) (2023-03-10) ### 📦️ Build and CI * **renovate:** use type chore for all deps ([f42d14a](f42d14a)) ### 🐛 Bugfix 🐛 * **discordsrv:** do not process msgs if discordSRVListener is null ([a6f1285](a6f1285)) * **expansion:** only register when papi is present ([f792dfd](f792dfd)) * **reload:** deregister and register expansion ([7580b07](7580b07)) ### 🧪 Code Test * bump mc test server version ([6bb13b1](6bb13b1)) * **e2e:** wip ([82cf290](82cf290)) * **server:** update files ([2f769eb](2f769eb)) ### 🔨 Misc. * add additional checks for gh_token ([9bd1a7e](9bd1a7e)) ### ✨ Feature ✨ * **ssl:** add in-depth ssl options in config ([f3952bd](f3952bd))
1 parent f3952bd commit 38ba358

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## [1.1.0-alpha.7](https://github.com/BrycensRanch/TownyPlus/compare/v1.1.0-alpha.6...v1.1.0-alpha.7) (2023-03-10)
2+
3+
4+
### 📦️ Build and CI
5+
6+
* **renovate:** use type chore for all deps ([f42d14a](https://github.com/BrycensRanch/TownyPlus/commit/f42d14aca447075f0ac7d95a365a18a2004540a7))
7+
8+
9+
### 🐛 Bugfix 🐛
10+
11+
* **discordsrv:** do not process msgs if discordSRVListener is null ([a6f1285](https://github.com/BrycensRanch/TownyPlus/commit/a6f1285295dda681f78d9fe165b1954acab8bb39))
12+
* **expansion:** only register when papi is present ([f792dfd](https://github.com/BrycensRanch/TownyPlus/commit/f792dfdba15da4e065af2046072072f2398382a0))
13+
* **reload:** deregister and register expansion ([7580b07](https://github.com/BrycensRanch/TownyPlus/commit/7580b07951395b35a783cbb9a96a3a791a9fb1d6))
14+
15+
16+
### 🧪 Code Test
17+
18+
* bump mc test server version ([6bb13b1](https://github.com/BrycensRanch/TownyPlus/commit/6bb13b1e2126b46eccd09aae40ad780ec39e3533))
19+
* **e2e:** wip ([82cf290](https://github.com/BrycensRanch/TownyPlus/commit/82cf2900a88c989ec5c90a8fb97cb0716f681e9d))
20+
* **server:** update files ([2f769eb](https://github.com/BrycensRanch/TownyPlus/commit/2f769eb9f793a7ad586f6fd5708c37764ba735f3))
21+
22+
23+
### 🔨 Misc.
24+
25+
* add additional checks for gh_token ([9bd1a7e](https://github.com/BrycensRanch/TownyPlus/commit/9bd1a7e630f02a865cdd93e4a4d5356a97bba9e2))
26+
27+
28+
### ✨ Feature ✨
29+
30+
* **ssl:** add in-depth ssl options in config ([f3952bd](https://github.com/BrycensRanch/TownyPlus/commit/f3952bd9271a4a367fcebe107b0dee9960b716d5))
31+
132
## [1.1.0-alpha.6](https://github.com/BrycensRanch/TownyPlus/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2023-03-10)
233

334

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = It's time to upgrade your Towny server
66
mcVersion = 1.13
77
testServerMCVersion = 1.19.3
88
apiVersion = 1.13
9-
version = 1.1.0-alpha.6
9+
version = 1.1.0-alpha.7
1010
DO_NOT_CHANGE_VERSION = false
1111
org.gradle.caching = true
1212
org.gradle.parallel = true

0 commit comments

Comments
 (0)