This commit is contained in:
2026-05-12 23:08:13 +00:00
parent 3c515c7d7f
commit 10f9c2e609
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-05-12 - 1.19.4
### Fixes
- keep WireGuard peer registration and client state in sync (rust-wireguard)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartvpn",
"version": "1.19.3",
"version": "1.19.4",
"private": false,
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
"type": "module",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.19.3',
version: '1.19.4',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}