From 3fb7848b508742855e9992d0d52926bbb14e9a74 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 15:48:07 +0000 Subject: [PATCH] fix(smartsecret): no changes --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 0f75818..423d6a9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-24 - 1.0.1 - fix(smartsecret) +no changes + +- No files changed in this diff; no code or dependency updates to release. + ## 2025-02-24 - 1.0.0 - Initial Release - macOS Keychain backend via `security` CLI - Linux secret-tool backend via libsecret diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 452fe94..c88d870 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -1,8 +1,8 @@ /** - * autocreated commitinfo by @pushrocks/commitinfo + * autocreated commitinfo by @push.rocks/commitinfo */ export const commitinfo = { name: '@push.rocks/smartsecret', - version: '1.0.0', - description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.', -}; + version: '1.0.1', + description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.' +}