prolog-notebook 0.1.0 → 0.1.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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.1] — 2026-08-02
|
|
4
|
+
|
|
5
|
+
No functional change. Published from CI via npm trusted publishing (OIDC) to
|
|
6
|
+
verify the release pipeline end to end — v0.1.0 was published by hand to claim
|
|
7
|
+
the name.
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Release workflow authenticates over OIDC instead of an `NPM_TOKEN`. npm
|
|
12
|
+
deprecates 2FA-bypass granular tokens for direct publishing around January
|
|
13
|
+
2027 and points at trusted publishing instead; it also removes the 90-day
|
|
14
|
+
token expiry from the loop.
|
|
15
|
+
- The example page now says so when it has not started, instead of leaving the
|
|
16
|
+
buttons silently inert (browsers block ES modules over `file://`).
|
|
17
|
+
|
|
3
18
|
## [0.1.0] — 2026-08-02
|
|
4
19
|
|
|
5
20
|
First release. The execution core works; the file-backed renderer does not exist yet.
|