Skip to content

Commit

Permalink
chore(release): v0.2.3 [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 808905b commit 0bed88e
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.3](https://github.com/Wynntils/Hades/compare/v0.2.2...v0.2.3) (2022-10-21)


### Bug Fixes

* HSPacketUpdateMutual and HCPacketUpdateStatus should not use doubles for health and mana info ([#7](https://github.com/Wynntils/Hades/issues/7)) ([808905b](https://github.com/Wynntils/Hades/commit/808905bfc5e6c9fcfb96694e05bb5562d4fb1aeb))

## [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))


### Miscellaneous Chores

* **release:** v0.2.2 [skip ci] ([96f1ccf](https://github.com/Wynntils/Hades/commit/96f1ccf46b01108a15ff330435c9fadc9763ae21))

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


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.2"
version = "0.2.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 0bed88e

Please sign in to comment.