mirror of
https://github.com/thelounge/thelounge
synced 2024-11-12 23:37:08 +00:00
v4.4.3
Bump version to kick CI/CD for the actual deployment
This commit is contained in:
parent
231c498def
commit
f5867c3643
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
<!-- New entries go after this line -->
|
<!-- New entries go after this line -->
|
||||||
|
|
||||||
## v4.4.2 - 2024-04-01
|
## v4.4.3 - 2024-04-01
|
||||||
|
|
||||||
The Lounge finally gains the ability to automatically clean up sqlite databases.
|
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
|
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.
|
Many thanks to all the contributors to this release, be that documentation, code or maintaining the packages.
|
||||||
Your help is greatly appreciated!
|
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
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "thelounge",
|
"name": "thelounge",
|
||||||
"description": "The self-hosted Web IRC client",
|
"description": "The self-hosted Web IRC client",
|
||||||
"version": "4.4.2",
|
"version": "4.4.3",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"thelounge": "index.js"
|
"thelounge": "index.js"
|
||||||
|
|
Loading…
Reference in a new issue