Skip to content

Commit ea62f64

Browse files
committed
release: v2.0.1 (ci fix)
1 parent 077f01d commit ea62f64

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.1] - 2026-05-06
9+
10+
### Fixed
11+
- **CI Publishing**: Repaired the automated publishing workflow to use OIDC trusted publishing and ensure the publish job depends strictly on successful pre-flight tests.
12+
813
## [2.0.0] - 2026-05-06
914

1015
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@git-stunts/vault",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A secure interface to OS-native keychains (macOS, Linux, Windows) for \"Zero-Secret Architecture.\"",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)