@photostructure/fs-metadata 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -14,7 +14,7 @@ Fixed for any bug fixes.
14
14
  Security in case of vulnerabilities.
15
15
  -->
16
16
 
17
- ## 0.7.0 - 2025-10-24
17
+ ## 0.7.1 - 2025-10-29
18
18
 
19
19
  - Audit and address [several resource handling issues](./doc/SECURITY_AUDIT_2025.md)
20
20
  - Added support for Node.js v25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photostructure/fs-metadata",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Cross-platform native filesystem metadata retrieval for Node.js",
5
5
  "homepage": "https://photostructure.github.io/fs-metadata/",
6
6
  "types": "./dist/index.d.ts",
@@ -70,8 +70,8 @@
70
70
  "requireBranch": "main",
71
71
  "commitMessage": "release: ${version}",
72
72
  "tagName": "v${version}",
73
- "commitArgs": "-S",
74
- "tagArgs": "-S"
73
+ "commitArgs": "--gpg-sign",
74
+ "tagArgs": "--sign"
75
75
  },
76
76
  "github": {
77
77
  "release": true