From b595c1c0ec95e9c94b037458617fd02ea960dbc9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 26 Mar 2026 10:32:22 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 10 ++++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelog.md 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.' }