axel-setup 0.2.0 → 0.2.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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -27,6 +27,14 @@ Releases are grouped by date and logical scope. npm package releases use semver
|
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
30
|
+
## [0.2.1] 2026-06-13 OIDC trusted publishing
|
|
31
|
+
|
|
32
|
+
### Changed
|
|
33
|
+
- Release workflow now publishes exclusively through npm Trusted Publishing (OIDC); removed the `NPM_TOKEN` fallback now that the package exists on the registry.
|
|
34
|
+
- First release published with build provenance attestation generated from GitHub Actions.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
30
38
|
## [0.2.0] 2026-06-12 setup hardening and npm release
|
|
31
39
|
|
|
32
40
|
### Added
|
package/package.json
CHANGED