diff --git a/CHANGELOG.md b/CHANGELOG.md index cf705883..208cc01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 10.1.1 (Not released yet) +## 10.1.1 * Fix #436: Saving emojis per batch, to avoid hitting max payload limit. * Fix: the emojis import function could add more entries than max allowed emoji count. diff --git a/package-lock.json b/package-lock.json index 91457dd9..0b0713a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "10.1.0", + "version": "10.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "10.1.0", + "version": "10.1.1", "license": "AGPL-3.0", "dependencies": { "@xmpp/jid": "^0.13.1", diff --git a/package.json b/package.json index c03d6f92..ecc3febf 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": "10.1.0", + "version": "10.1.1", "license": "AGPL-3.0", "author": { "name": "John Livingston",