fix(smartsecret): no changes
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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
|
## 2025-02-24 - 1.0.0 - Initial Release
|
||||||
- macOS Keychain backend via `security` CLI
|
- macOS Keychain backend via `security` CLI
|
||||||
- Linux secret-tool backend via libsecret
|
- Linux secret-tool backend via libsecret
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartsecret',
|
name: '@push.rocks/smartsecret',
|
||||||
version: '1.0.0',
|
version: '1.0.1',
|
||||||
description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.',
|
description: 'OS keychain-based secret storage with encrypted-file fallback for Node.js.'
|
||||||
};
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user