fix(smartmetrics): no code changes detected; no version bump or release required

This commit is contained in:
2026-02-19 13:55:53 +00:00
parent 5a22b87592
commit d2ee396cf7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # 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) ## 2026-02-19 - 3.0.0 - BREAKING CHANGE(smartmetrics)
add system-wide metrics collection, Prometheus gauges, and normalized CPU reporting add system-wide metrics collection, Prometheus gauges, and normalized CPU reporting

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartmetrics', 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.' description: 'A package for easy collection and reporting of system and process metrics.'
} }