Skip to content

Commit

Permalink
chore(release): v0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 21, 2022
1 parent 68f3fe1 commit 96f1ccf
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,10 +1,22 @@
## [0.2.2](https://github.com/Wynntils/Hades/compare/v0.2.1...v0.2.2) (2022-10-21)


### Bug Fixes

* HSPacketUpdateMutual packet contains more information ([#6](https://github.com/Wynntils/Hades/issues/6)) ([68f3fe1](https://github.com/Wynntils/Hades/commit/68f3fe132e4c97adbea4e5b92ac280ce3027e5b1))

## [0.2.1](https://github.com/Wynntils/Hades/compare/v0.2.0...v0.2.1) (2022-10-21)


### Bug Fixes

* send packet to other players on status update ([67f3f9a](https://github.com/Wynntils/Hades/commit/67f3f9ac92716aae32c64c00947289f4d44d11f6))


### Miscellaneous Chores

* **release:** v0.2.1 [skip ci] ([d420527](https://github.com/Wynntils/Hades/commit/d42052776d6aaa71554dd571cde41baf4328d845))

## [0.2.0](https://github.com/Wynntils/Hades/compare/v0.1.0...v0.2.0) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.wynntils.hades"
version = "0.2.1"
version = "0.2.2"

repositories {
mavenCentral()
Expand Down

0 comments on commit 96f1ccf

Please sign in to comment.