fix(release): bump patch version (no code changes)
This commit is contained in:
14
changelog.md
Normal file
14
changelog.md
Normal 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
|
||||||
@@ -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'
|
||||||
};
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user