Merge branch 'develop'

This commit is contained in:
Etherpad Release Bot 2025-08-02 11:50:47 +00:00
commit 171dea8aff
17 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
# 2.4.1
### Notable enhancements and fixes
- Added generating release through ci cd pipeline.
- Readded temporarily disabled workflows after release generation works again
# 2.4.0
### Notable enhancements and fixes

View file

@ -1,7 +1,7 @@
{
"name": "admin",
"private": true,
"version": "2.4.0",
"version": "2.4.1",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -1,6 +1,6 @@
{
"name": "bin",
"version": "2.4.0",
"version": "2.4.1",
"description": "",
"main": "checkAllPads.js",
"directories": {

View file

@ -50,6 +50,6 @@
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0"
}

View file

@ -144,6 +144,6 @@
"debug:socketio": "cross-env DEBUG=socket.io* node --require tsx/cjs node/server.ts",
"test:vitest": "vitest"
},
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0"
}