Bump version v14.0.0

This commit is contained in:
John Livingston
2025-06-19 17:17:07 +02:00
parent 5d27efb961
commit 6d98fc911b
4 changed files with 5 additions and 4 deletions

View File

@ -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.