From 5eb0ae414d6211863c036ccaf0d967439fe298cd Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 8 Jul 2024 12:08:28 +0200 Subject: [PATCH] Bump version v10.2.0. --- CHANGELOG.md | 3 ++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba26826e..73e93acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 10.2.0 (Not Released Yet) +## 10.2.0 ### New features @@ -11,6 +11,7 @@ ### Minor changes and fixes * Fix #449: Remove the constraint for custom emojis shortnames to have ":" at the beginning and at the end. +* Translations updates: french, german, crotian, polish, slovak. ## 10.1.2 diff --git a/package-lock.json b/package-lock.json index a0fe6c3f..b67b0e44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "peertube-plugin-livechat", - "version": "10.1.2", + "version": "10.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "peertube-plugin-livechat", - "version": "10.1.2", + "version": "10.2.0", "license": "AGPL-3.0", "dependencies": { "@xmpp/jid": "^0.13.1", diff --git a/package.json b/package.json index f5ad7e62..713c44c1 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.2", + "version": "10.2.0", "license": "AGPL-3.0", "author": { "name": "John Livingston",