From d2ee396cf7fe6d3f21711ce819b56f67b97ba54c Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 19 Feb 2026 13:55:53 +0000 Subject: [PATCH] fix(smartmetrics): no code changes detected; no version bump or release required --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 231c504..7719d2f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-02-19 - 3.0.1 - fix(smartmetrics) +no code changes detected; no version bump or release required + +- git diff contained no modifications +- current package.json version is 3.0.0 +- no dependency or file changes to warrant a release + ## 2026-02-19 - 3.0.0 - BREAKING CHANGE(smartmetrics) add system-wide metrics collection, Prometheus gauges, and normalized CPU reporting diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 375cf80..9dca734 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartmetrics', - version: '3.0.0', + version: '3.0.1', description: 'A package for easy collection and reporting of system and process metrics.' }