Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56757e1c71 | |||
| d2ee396cf7 |
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartmetrics",
|
"name": "@push.rocks/smartmetrics",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -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.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user