From 21ada132b123a7f17f9378bc5439111ea11d93cc Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 19 Mar 2023 22:07:59 +0100 Subject: [PATCH] v4.4.0-pre.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8babf9..bd36cd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. +## v4.4.0-pre.2 - 2023-03-19 [Pre-release] + +[See the full changelog](https://github.com/thelounge/thelounge/compare/v4.4.0-pre.1...v4.4.0-pre.2) + +Hot fix for a bug that lead to channel loss upon restart of TL. + ## v4.4.0-pre.1 - 2023-03-19 [Pre-release] [See the full changelog](https://github.com/thelounge/thelounge/compare/v4.3.1...v4.4.0-pre.1) diff --git a/package.json b/package.json index 8b8fa9e5..ad59777c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thelounge", "description": "The self-hosted Web IRC client", - "version": "4.4.0-pre.1", + "version": "4.4.0-pre.2", "preferGlobal": true, "bin": { "thelounge": "index.js"