From 10f9c2e609ca8ee62e3f22503b1f43f0b022ed0b Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 12 May 2026 23:08:13 +0000 Subject: [PATCH] v1.19.4 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d404c0f..35b1e78 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-12 - 1.19.4 + ### Fixes - keep WireGuard peer registration and client state in sync (rust-wireguard) diff --git a/package.json b/package.json index f68702b..948c78b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 81582df..e104c23 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }