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' }