fix(smartsecret): no changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user