diff --git a/docs/changelog.json b/docs/changelog.json index 1f16d8645..7b42ffbdf 100644 --- a/docs/changelog.json +++ b/docs/changelog.json @@ -1,6 +1,6 @@ { "1": "Initial version. Enjoy!", - "2": "You can now rename a client, and update the address. Enjoy!", + "2": "You can now rename a client & update the address. Enjoy!", "3": "Many improvements and small changes. Enjoy!", "4": "Now with pretty charts for client's network speed. Enjoy!", "5": "Many small improvements & feature requests. Enjoy!", @@ -11,5 +11,6 @@ "10": "Added sessionless HTTP API auth & automatic dark mode.", "11": "Multilanguage Support & various bugfixes.", "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." + "13": "New framework (h3), UI_CHART_TYPE, some bugfixes & more.", + "14": "Home Assistent support, PASSWORD_HASH (inc. Helper), translation updates bugfixes & more." } diff --git a/src/package-lock.json b/src/package-lock.json index 6f9174d82..a7f980c65 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -4760,9 +4760,9 @@ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" }, "node_modules/yaml": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", - "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", + "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", "dev": true, "bin": { "yaml": "bin.mjs" diff --git a/src/package.json b/src/package.json index 60745b45e..29917258a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "release": { - "version": "13" + "version": "14" }, "name": "wg-easy-m3", "version": "1.0.1",