bump version

This commit is contained in:
Etherpad Release Bot 2026-06-09 08:54:32 +00:00
parent 62b9c711a2
commit bb2ef93a1b
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "admin", "name": "admin",
"private": true, "private": true,
"version": "3.2.0", "version": "3.3.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm gen:api && vite", "dev": "pnpm gen:api && vite",

View file

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

View file

@ -51,7 +51,7 @@
"url": "https://github.com/ether/etherpad.git" "url": "https://github.com/ether/etherpad.git"
}, },
"engineStrict": true, "engineStrict": true,
"version": "3.2.0", "version": "3.3.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [

View file

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