From 641f018fb00cb8e9d9d2e86e14229eaf8d800e27 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Feb 2026 16:32:55 +0000 Subject: [PATCH] fix(): no changes detected --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.' }