From 0eac8dc2fe4b538286ed083573be04d9cad01116 Mon Sep 17 00:00:00 2001 From: WynntilsBot Date: Sun, 6 Nov 2022 21:27:45 +0000 Subject: [PATCH] chore(release): v1.1.11 [skip ci] --- CHANGELOG.md | 24 ++++++++++++------------ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8a39e..86e9a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.11](https://github.com/Wynntils/launchy/compare/v1.1.10...v1.1.11) (2022-11-06) + + +### Bug Fixes + +* add error handling for downloads ([09df88e](https://github.com/Wynntils/launchy/commit/09df88e1f283b8b576b723cf3e8c47254517d6f9)) + ## [1.1.10](https://github.com/Wynntils/launchy/compare/v1.1.9...v1.1.10) (2022-11-06) @@ -5,6 +12,11 @@ * add text download percent ([f764188](https://github.com/Wynntils/launchy/commit/f764188228cc6733c14e1911bc5ebd4df12e1e1f)) + +### Miscellaneous Chores + +* **release:** v1.1.10 [skip ci] ([fe30558](https://github.com/Wynntils/launchy/commit/fe3055821fbc039ecb2b5582e643cddff2adefd0)) + ## [1.1.9](https://github.com/Wynntils/launchy/compare/v1.1.8...v1.1.9) (2022-11-05) @@ -42,15 +54,3 @@ * **release:** v1.1.7 [skip ci] ([55ec69d](https://github.com/Wynntils/launchy/commit/55ec69dc17d6fa72fa89673a44c761db9577d119)) -## [1.1.6](https://github.com/Wynntils/launchy/compare/v1.1.5...v1.1.6) (2022-11-04) - - -### Bug Fixes - -* **workflow:** fix workflow for webhook ([1ad7a8e](https://github.com/Wynntils/launchy/commit/1ad7a8ee88459ee68f08c38ef59fa5425fab9dd1)) - - -### Miscellaneous Chores - -* **release:** v1.1.6 [skip ci] ([5987b01](https://github.com/Wynntils/launchy/commit/5987b010faffc0e0c68bf19c27e104ac3f481726)) - diff --git a/gradle.properties b/gradle.properties index a5ca6bf..672f12b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=com.mineinabyss -version=1.1.10 +version=1.1.11 idofrontConventions=1.6.10-51 kotlinVersion=1.6.10