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