From c3b76e5e763ee450fcbe79c2455c916ab0e1db1f Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:48:41 -0700 Subject: [PATCH] chore(main): release 4.2.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ Modules/charset_normalizer/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9022474..af89623 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.2.3" + ".": "4.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2ec0b..f0957d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.2.4](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v4.2.3...v4.2.4) (2026-06-12) + + +### Bug Fixes + +* **epic:** update install path ([b20fa82](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/b20fa8244b3ffc80a4da82bdc3b8aa16a57db869)) +* **epic:** update install path ([6090a8e](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/6090a8e97eb254bb785e0b6a680efe0b93e19c09)) +* retry WebSocket connection on first run instead of silent exit ([bb73939](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/bb73939339647b471eed8c468996147a7ac439e7)) +* retry WebSocket connection on first run instead of silent exit ([#895](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/issues/895)) ([07c1dc8](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/07c1dc88e6c580ac3ca6c22db4e4d946d2139c93)) + + +### Documentation + +* small correction in readme ([8a54ca3](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/8a54ca33e3cc940410c1f83f80003c938509aee0)) +* small correction in readme ([cec4e69](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/commit/cec4e691bbdb20970c1bd18b9f82d6cb388c56f6)) + ## [3.8.2](https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/compare/v3.8.1...v3.8.2) (2024-08-06) diff --git a/Modules/charset_normalizer/version.py b/Modules/charset_normalizer/version.py index e4b6fc7..1bdadba 100644 --- a/Modules/charset_normalizer/version.py +++ b/Modules/charset_normalizer/version.py @@ -2,5 +2,5 @@ Expose version """ -__version__ = "3.8.2" +__version__ = "4.2.4" VERSION = __version__.split(".") diff --git a/pyproject.toml b/pyproject.toml index abc7331..0b1e5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "non-steam-launchers" -version = "4.2.3" +version = "4.2.4" description = "" authors = [ { name = "moraroy", email = "88516395+moraroy@users.noreply.github.com" },