diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..ee26cff --- /dev/null +++ b/changelog.md @@ -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 \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index b4f058f..9d88856 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * autocreated commitance info data + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@push.rocks/smartvpn', - version: '1.0.0', - description: 'A VPN solution with TypeScript control plane and Rust data plane daemon', -}; + version: '1.0.1', + description: 'A VPN solution with TypeScript control plane and Rust data plane daemon' +}