This commit is contained in:
2026-05-12 22:22:51 +00:00
parent c520220df2
commit 773eb6426e
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-12 - 1.19.3
### Fixes
- update release config schema, bump dependencies, and refresh runtime documentation (release)
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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'
}