Skip to content

Commit

Permalink
chore(master): release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-wolf committed Mar 19, 2023
1 parent 3fc7c3d commit 0e1d8fb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [6.3.0](https://github.com/RoinujNosde/TitansBattle/compare/v6.2.0...v6.3.0) (2023-03-19)


### Features

* drops items and broadcasts death of quitters ([3a1ed11](https://github.com/RoinujNosde/TitansBattle/commit/3a1ed116755aee25e445fe8f06e5c5299249d4fd))
* sends game winners message to discord ([#90](https://github.com/RoinujNosde/TitansBattle/issues/90)) ([64359d9](https://github.com/RoinujNosde/TitansBattle/commit/64359d91f58dbde09e7232095e6ffb370346fd76))


### Bug Fixes

* attempt at fixing drop getting cleared on quit/exit ([4a8d916](https://github.com/RoinujNosde/TitansBattle/commit/4a8d9168f37f9a2088e78dedb82a06e224186fe8))
* don't save empty winners data ([96cb5a9](https://github.com/RoinujNosde/TitansBattle/commit/96cb5a9c5445045924b1c6852eb6490972636929))
* items not dropping on leave/disconnect ([3934d86](https://github.com/RoinujNosde/TitansBattle/commit/3934d86cdfccb9777b7059beddae555f1590be15))
* items were dropping when players quit before their fight ([7fbe79b](https://github.com/RoinujNosde/TitansBattle/commit/7fbe79b0c8539d8058cd8b6bc25a1956307ea981))
* kills player on disconnect/leave ([aadd51b](https://github.com/RoinujNosde/TitansBattle/commit/aadd51bcc507ace1d57e3877c2fd4d0fbdc651fc))
* last winner placeholder not ignoring empty list ([ac8a301](https://github.com/RoinujNosde/TitansBattle/commit/ac8a301f4bc93d97445e6aba5067d0ee0800b98a))
* path conflict in setdestination command description ([#93](https://github.com/RoinujNosde/TitansBattle/issues/93)) ([ce470e3](https://github.com/RoinujNosde/TitansBattle/commit/ce470e3062dc6d87344e9ddb1a7d5fba561c6341))
* players getting prizes without participating ([654b55e](https://github.com/RoinujNosde/TitansBattle/commit/654b55e0628b11bcca627364bd6c4d721926e15f))
* prizes were given several times for casualties ([29c9a86](https://github.com/RoinujNosde/TitansBattle/commit/29c9a8662d8c35b2f9496e8a0a1843f70561bb8a))
* remove kit items on respawn ([f49892b](https://github.com/RoinujNosde/TitansBattle/commit/f49892b75dee4c868beae95845731cdf41ab2049))
* respects keepInventory gameRule on quit ([2e303e3](https://github.com/RoinujNosde/TitansBattle/commit/2e303e32fe48a3a05eab37c5009125b56ff69f69))

## [6.2.0](https://github.com/RoinujNosde/TitansBattle/compare/v6.1.0...v6.2.0) (2022-08-09)


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.roinujnosde</groupId>
<artifactId>TitansBattle</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.3.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -184,4 +184,4 @@
<url>https://repo.roinujnosde.me/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
</project>

0 comments on commit 0e1d8fb

Please sign in to comment.