release: prepare for 1.8.4

This commit is contained in:
muxator 2020-05-15 01:46:44 +02:00 committed by muxator
parent 37abb21a55
commit 4365598658
3 changed files with 10 additions and 2 deletions

2
src/package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "ep_etherpad-lite",
"version": "1.8.3",
"version": "1.8.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -87,6 +87,6 @@
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
},
"version": "1.8.3",
"version": "1.8.4",
"license": "Apache-2.0"
}