Skip to content

Commit 97f57ad

Browse files
committed
release: v3.0.2 (ci reliability fix)
1 parent 72dac4f commit 97f57ad

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+
## [3.0.2] - 2026-05-06
9+
10+
### Fixed
11+
- **CI/CD Reliability**: Further modernization of the publishing workflow to align with npm trusted publishing requirements (Node 24, simplified OIDC trust).
12+
813
## [3.0.1] - 2026-05-06
914

1015
### Fixed

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/trailer-codec",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Robust encoder/decoder for structured metadata in Git commit messages",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)