From 9e1ec93814385a2e6469759ba962ecc7721901ef Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 27 Feb 2026 10:22:29 +0000 Subject: [PATCH] fix(): no changes detected - no code or content modifications --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ee26cff..c73ffaf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-02-27 - 1.0.2 - fix() +no changes detected - no code or content modifications + + ## 2026-02-27 - 1.0.1 - fix(release) bump patch version (no code changes) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9d88856..8affe9e 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.0.1', + version: '1.0.2', description: 'A VPN solution with TypeScript control plane and Rust data plane daemon' }