From 773eb6426ebda4f698c07fb3274b12b5852bd3fa Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 12 May 2026 22:22:51 +0000 Subject: [PATCH] v1.19.3 --- 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 76b6681..baff29c 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-12 - 1.19.3 + ### Fixes - update release config schema, bump dependencies, and refresh runtime documentation (release) diff --git a/package.json b/package.json index 0c5e265..f68702b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartvpn", - "version": "1.19.2", + "version": "1.19.3", "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 98422dc..81582df 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.2', + version: '1.19.3', description: 'A VPN solution with TypeScript control plane and Rust data plane daemon' }