Bump v8.0.1

This commit is contained in:
John Livingston 2023-09-26 15:21:30 +02:00
parent d981f3be8b
commit 05b45fe6b5
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 8.0.1 (Note Released Yet) ## 8.0.1
### Minor changes and fixes ### Minor changes and fixes

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"version": "8.0.0", "version": "8.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"version": "8.0.0", "version": "8.0.1",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"async": "^3.2.2", "async": "^3.2.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "peertube-plugin-livechat", "name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: create chat rooms for your Peertube lives!", "description": "PeerTube plugin livechat: create chat rooms for your Peertube lives!",
"version": "8.0.0", "version": "8.0.1",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"author": { "author": {
"name": "John Livingston", "name": "John Livingston",