diff --git a/CHANGELOG.md b/CHANGELOG.md index e8acf8ec..5e08072f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index a526c55e..c1078d16 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -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)" diff --git a/package-lock.json b/package-lock.json index 6905dd83..1137c37c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7a008c4e..7eecc0c3 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": "11.0.0", + "version": "11.0.1", "license": "AGPL-3.0", "author": { "name": "John Livingston",