* Fix "send message" button that was sending the message twice.
* Bump v11.0.1
This commit is contained in:
John Livingston 2024-09-03 15:28:57 +02:00
parent 575703a7e5
commit 2f78b901e3
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
4 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 11.0.1
### Minor changes and fixes
* Fix "send message" button that was sending the message twice.
## 11.0.0
### Importante Notes

View File

@ -29,7 +29,7 @@ CONVERSE_COMMIT="9952046d580bc2930e29833f4c9987a3d4c95bc2"
# 2024-09-03: include badges short label and quick fix for sendMessage button
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
CONVERSE_VERSION="livechat-11.0.0"
CONVERSE_VERSION="livechat-11.0.1"
CONVERSE_COMMIT=""
rootdir="$(pwd)"

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "peertube-plugin-livechat",
"version": "11.0.0",
"version": "11.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "peertube-plugin-livechat",
"version": "11.0.0",
"version": "11.0.1",
"license": "AGPL-3.0",
"dependencies": {
"@xmpp/jid": "^0.13.1",

View File

@ -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": "11.0.0",
"version": "11.0.1",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",