2 Commits

Author SHA1 Message Date
a46188ce07 v1.0.2 2026-02-27 10:22:29 +00:00
9e1ec93814 fix(): no changes detected - no code or content modifications 2026-02-27 10:22:29 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2026-02-27 - 1.0.2 - fix()
no changes detected - no code or content modifications
## 2026-02-27 - 1.0.1 - fix(release) ## 2026-02-27 - 1.0.1 - fix(release)
bump patch version (no code changes) bump patch version (no code changes)

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartvpn", "name": "@push.rocks/smartvpn",
"version": "1.0.1", "version": "1.0.2",
"private": false, "private": false,
"description": "A VPN solution with TypeScript control plane and Rust data plane daemon", "description": "A VPN solution with TypeScript control plane and Rust data plane daemon",
"type": "module", "type": "module",

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartvpn', 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' description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
} }