Browse Source

Merge branch 'master' into production

pull/695/head
Emile Nijssen 1 year ago
parent
commit
df36c6560a
  1. 3
      docs/changelog.json
  2. 2
      src/package.json

3
docs/changelog.json

@ -5,5 +5,6 @@
"4": "Now with pretty charts for client's network speed. Enjoy!", "4": "Now with pretty charts for client's network speed. Enjoy!",
"5": "Many small improvements & feature requests. Enjoy!", "5": "Many small improvements & feature requests. Enjoy!",
"6": "Many small performance improvements & bug fixes. Enjoy!", "6": "Many small performance improvements & bug fixes. Enjoy!",
"7": "Improved the look & performance of the upload/download chart." "7": "Improved the look & performance of the upload/download chart.",
"8": "Updated to Node.js v20."
} }

2
src/package.json

@ -1,5 +1,5 @@
{ {
"release": 7, "release": 8,
"name": "wg-easy", "name": "wg-easy",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",

Loading…
Cancel
Save