From 6d98fc911b785a4a244761470cbb181f2c9a5fa4 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 19 Jun 2025 17:17:07 +0200 Subject: [PATCH] Bump version v14.0.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/lib/prosody/migration/migrateV13.ts | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9816abd..c689fcef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 14.0.0 (Not Released Yet) +## 14.0.0 **Important note**: if you got an error on updating the plugin, please try to restart Peertube and install it again. diff --git a/package-lock.json b/package-lock.json index bf10d7ef..deafd207 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "13.0.0", + "version": "14.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "13.0.0", + "version": "14.0.0", "license": "AGPL-3.0", "dependencies": { "@xmpp/jid": "^0.13.2", diff --git a/package.json b/package.json index 78fb3d27..809924aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube-plugin-livechat", "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives! Comes with many features: federation, moderation tools, chat bot, chat persistence, OBS integration, ...", - "version": "13.0.0", + "version": "14.0.0", "license": "AGPL-3.0", "author": { "name": "John Livingston", diff --git a/server/lib/prosody/migration/migrateV13.ts b/server/lib/prosody/migration/migrateV13.ts index eed385da..52891232 100644 --- a/server/lib/prosody/migration/migrateV13.ts +++ b/server/lib/prosody/migration/migrateV13.ts @@ -5,6 +5,7 @@ import type { RegisterServerOptions } from '@peertube/peertube-types' /** + * **DEPRECATED** * Livechat v13.0.0: now using xmppjs-chat-bot 0.6.0, which replaced RegExp by RE2. * we must change the forbidspecialchar regexp configuration, to be compatible. * Livechat v14.0.0: we removed RE2 because of some incompatibility issues.