Browse Source

Bump version to 15.3.0-beta.2

pull/2570/head v15.3.0-beta.2
Bernd Storath 2 months ago
parent
commit
3fb9adbf6f
  1. 1
      CHANGELOG.md
  2. 2
      src/package.json

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Hooks are now Textareas (https://github.com/wg-easy/wg-easy/pull/2522) - Hooks are now Textareas (https://github.com/wg-easy/wg-easy/pull/2522)
- Update to Node Krypton (24) (https://github.com/wg-easy/wg-easy/pull/2536) - Update to Node Krypton (24) (https://github.com/wg-easy/wg-easy/pull/2536)
- Mobile UI (https://github.com/wg-easy/wg-easy/pull/2569)
## [15.2.2] - 2026-02-06 ## [15.2.2] - 2026-02-06

2
src/package.json

@ -1,6 +1,6 @@
{ {
"name": "wg-easy", "name": "wg-easy",
"version": "15.3.0-beta.1", "version": "15.3.0-beta.2",
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
"private": true, "private": true,
"type": "module", "type": "module",

Loading…
Cancel
Save