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.' }