diff --git a/changelog.md b/changelog.md index e6a1b54..54d63d8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-08-29 - 3.0.5 - fix(metadata) +Clarify package/module description by expanding contraction + +- Replaced "it's" with "it is" in the package/module description to improve clarity (files updated: npmextra.json, ts/00_commitinfo_data.ts). +- Documentation/metadata-only change; no runtime or API changes. +- Bump patch version to 3.0.5. + ## 2025-08-29 - 3.0.4 - fix(smartsystem) Bump version to 3.0.4 diff --git a/npmextra.json b/npmextra.json index f7850b4..25d7e8f 100644 --- a/npmextra.json +++ b/npmextra.json @@ -9,7 +9,7 @@ "githost": "code.foss.global", "gitscope": "push.rocks", "gitrepo": "smartsystem", - "description": "A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.", + "description": "A TypeScript library for interacting with the system it is running on, including environment, network, and hardware information.", "npmPackagename": "@push.rocks/smartsystem", "license": "MIT", "keywords": [ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7ada978..dbf4908 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.4', + version: '3.0.5', description: 'A TypeScript library for interacting with the system it's running on, including environment, network, and hardware information.' }