diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..cac7439 --- /dev/null +++ b/changelog.md @@ -0,0 +1,10 @@ +# Changelog + +## 2026-03-26 - 1.0.1 - fix(repo) +no changes to commit + + +## 2026-03-26 - 1.0.0 - project +Initial release. + +- Project initialized with first commit. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4e3bd8f..0704db4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartnftables', - version: '1.0.0', + version: '1.0.1', description: 'A TypeScript module for managing nftables rules including NAT, firewall, and rate limiting with a high-level API.' }