fix(release): bump patch version (no code changes)

This commit is contained in:
2026-02-27 10:19:13 +00:00
parent 3f63d19173
commit 6e0f1f9b17
2 changed files with 18 additions and 4 deletions

14
changelog.md Normal file
View File

@@ -0,0 +1,14 @@
# Changelog
## 2026-02-27 - 1.0.1 - fix(release)
bump patch version (no code changes)
- No changes detected in the provided git diff
- Current package.json version is 1.0.0
- Recommend patch bump to 1.0.1 to create a release/trivial update
## 2026-02-27 - 1.0.0 - initial release
Initial commit creating the project repository and baseline files.
- Initial project scaffold and configuration
- Repository initialized with base files and metadata

View File

@@ -1,8 +1,8 @@
/** /**
* autocreated commitance info data * autocreated commitinfo by @push.rocks/commitinfo
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartvpn', name: '@push.rocks/smartvpn',
version: '1.0.0', version: '1.0.1',
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'
}; }