diff --git a/changelog.md b/changelog.md index 423d6a9..ab71e91 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-24 - 1.0.2 - fix() +no changes detected + +- No files were modified in this diff; no release required. + ## 2026-02-24 - 1.0.1 - fix(smartsecret) no changes diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c88d870..4e0d8f7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartsecret', - version: '1.0.1', + version: '1.0.2', description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.' }