@zerotal/scheduler 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,14 @@ follows the Zerotal monorepo's unified versioning.
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [1.0.3] — 2026-08-07
12
+
13
+ ### Changed
14
+
15
+ - Re-released from a rebuilt repository so the build provenance resolves. The
16
+ 1.0.2 attestation names a repository that was renamed away, which leaves the
17
+ signature valid but the trace back to source dangling. No code changed.
18
+
11
19
  ## [1.0.0] — 2026-08-05
12
20
 
13
21
  _First public release._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerotal/scheduler",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "license": "MIT",
5
5
  "maturity": "stable",
6
6
  "private": false,
@@ -29,7 +29,7 @@
29
29
  "typecheck": "tsc --noEmit"
30
30
  },
31
31
  "dependencies": {
32
- "@zerotal/core": "1.0.2"
32
+ "@zerotal/core": "1.0.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.8.0"