From f5867c3643ba8ef24dcf5a7010f39fd6050d0954 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 6 Apr 2024 13:48:04 +0200 Subject: [PATCH] v4.4.3 Bump version to kick CI/CD for the actual deployment --- CHANGELOG.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c702ae..3cf3b73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. -## v4.4.2 - 2024-04-01 +## v4.4.3 - 2024-04-01 The Lounge finally gains the ability to automatically clean up sqlite databases. Note that cleaning existing, large databases can take a significant amount of time @@ -19,7 +19,7 @@ As usual, we follow the Node.js release schedule, so the minimum Node.js version Many thanks to all the contributors to this release, be that documentation, code or maintaining the packages. Your help is greatly appreciated! -For more details, [see the full changelog](https://github.com/thelounge/thelounge/compare/v4.4.1...v4.4.2) +For more details, [see the full changelog](https://github.com/thelounge/thelounge/compare/v4.4.1...v4.4.3) ### Added diff --git a/package.json b/package.json index d39a7a56..5d0aa833 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thelounge", "description": "The self-hosted Web IRC client", - "version": "4.4.2", + "version": "4.4.3", "preferGlobal": true, "bin": { "thelounge": "index.js"