From c6d1d88d6697210971e2778b42438ba9eb7be068 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 2 Nov 2021 15:39:28 +0100 Subject: [PATCH] Better description. --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea8243e..b748ea41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v4.0.2 + +### Minor changes dans fixes + +* Updating dependencies +* Better package description + ## v4.0.1 ### Minor changes and fixes diff --git a/package.json b/package.json index 36b00fe0..4fe5f97c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-plugin-livechat", - "description": "PeerTube plugin livechat", + "description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.", "version": "4.0.1", "author": "John Livingston", "bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",