[prepare] version bump to 13 and updated changelog
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
This commit is contained in:
parent
31c34367b2
commit
9e925c2ebb
|
@ -9,6 +9,7 @@
|
||||||
"8": "Updated to Node.js v18.",
|
"8": "Updated to Node.js v18.",
|
||||||
"9": "Fixed issue running on devices with older kernels.",
|
"9": "Fixed issue running on devices with older kernels.",
|
||||||
"10": "Added sessionless HTTP API auth & automatic dark mode.",
|
"10": "Added sessionless HTTP API auth & automatic dark mode.",
|
||||||
"11": "Multilanguage Support & various bugfixes",
|
"11": "Multilanguage Support & various bugfixes.",
|
||||||
"12": "UI_TRAFFIC_STATS, Import json configurations with no PreShared-Key, allow clients with no privateKey & more."
|
"12": "UI_TRAFFIC_STATS, Import json configurations with no PreShared-Key, allow clients with no privateKey & more.",
|
||||||
|
"13": "new framework (h3), UI_CHART_TYPE, some bugfixes and more"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"release": "12",
|
"release": "13",
|
||||||
"name": "wg-easy",
|
"name": "wg-easy",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
||||||
|
|
Loading…
Reference in New Issue