From d8866a79bf948fa3053eaa12a3dd5081d8536a4f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 29 Aug 2025 13:06:00 +0000 Subject: [PATCH] fix(smartsystem): Bump version to 3.0.4 --- changelog.md | 8 ++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e2247b0..e6a1b54 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 2025-08-29 - 3.0.4 - fix(smartsystem) +Bump version to 3.0.4 + +- Patch release: increment package version to 3.0.4 +- No functional code changes detected in source files +- Tests are present but contain placeholder implementations +- Dependencies are pinned as wildcard '*' and were not updated + ## 2025-08-29 - 3.0.3 - fix(readme) Update README: expand documentation, add installation, usage examples, API overview, and advanced guides diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 99309c7..7ada978 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartsystem', - version: '3.0.3', + version: '3.0.4', description: 'A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.' }