From 0bed88e43531f24a11562e0628e43f374e68538c Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 21 Oct 2022 21:08:39 +0000 Subject: [PATCH] chore(release): v0.2.3 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ build.gradle.kts | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7106d38..9ca0cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [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) @@ -5,6 +12,11 @@ * 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) diff --git a/build.gradle.kts b/build.gradle.kts index 096a63b..bc9fdd6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.wynntils.hades" -version = "0.2.2" +version = "0.2.3" repositories { mavenCentral()