v11.0.1:
* Fix "send message" button that was sending the message twice. * Bump v11.0.1
This commit is contained in:
parent
575703a7e5
commit
2f78b901e3
@ -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
|
||||
|
@ -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
4
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user