typhex 0.1.0-alpha.0 → 0.1.0-alpha.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 +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ Typhex follows semantic versioning for the documented public API. During the
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## 0.1.0-alpha.1 - 2026-06-15
|
|
11
|
+
|
|
12
|
+
- Switch release workflow to npm Trusted Publishing (OIDC) instead of `NPM_TOKEN`.
|
|
13
|
+
|
|
10
14
|
## 0.1.0-alpha.0 - 2026-06-15
|
|
11
15
|
|
|
12
16
|
- Initial public alpha preview.
|