fix(smartsecret): no changes

This commit is contained in:
2026-02-24 15:48:07 +00:00
parent 59e8ef7c7e
commit 3fb7848b50
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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.'
}