Skip to content

Commit e87838a

Browse files
chore(release): v0.2.0
1 parent ab74aef commit e87838a

3 files changed

Lines changed: 49 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## [0.2.0] — 2026-04-07
2+
3+
- chore: centralize release to org-wide reusable workflow (ab74aef)
4+
- chore: centralize CI to org-wide reusable workflow (ada269a)
5+
- fix: resolve CI deno fmt failures from PR #80 with individually documented re-exports (#90) (7425c3c)
6+
- Initial plan (#89) (52f58de)
7+
- fix: update vite to 8.0.5 to resolve high severity CVEs (CI npm audit fix) (#88) (f9383f9)
8+
- ci: standardize Node version to lts/* — remove hardcoded versions (7c70c1c)
9+
- fix: npm audit — update lodash and path-to-regexp (security) (aacc13e)
10+
- chore(deps-dev): bump the dev-dependencies group with 3 updates (#83) (3b48835)
11+
- chore(deps): bump @plures/praxis in the production-dependencies group (#84) (1c6b7c7)
12+
- style: run deno fmt to fix CI (4d85e2a)
13+
- ci: tech-doc-writer triggers on minor prerelease only [actions-optimization] (4465e47)
14+
- ci: add concurrency group to copilot-pr-lifecycle [actions-optimization] (4041af4)
15+
- ci: centralize lifecycle — event-driven with schedule guard (c52235c)
16+
- ci: remove @copilot mentions from ci-feedback-loop — no comments rule (e6b1bf9)
17+
- refactor: centralize lifecycle — call reusable from plures/repo-template (177b50c)
18+
- refactor: centralize lifecycle — call reusable workflow from praxis-business (fb6e87c)
19+
- chore: add Copilot coding instructions (#67) (8e9c1e7)
20+
- fix: lifecycle v4.4 — catch self-approval error, don't crash on own PRs (65d5e12)
21+
- fix: lifecycle v4.3 — guard notify step, escape PR title in JSON (d8807b2)
22+
- fix: lifecycle v4.2 — filter out release/publish checks from CI evaluation (ad8871c)
23+
- fix: lifecycle v4.1 — process all PRs independently, add Path F debug logging (0f50e1b)
24+
- feat: lifecycle v4 — merge all PRs, Copilot default reviewer, no nudges (cf16938)
25+
- fix(lifecycle): v9.2 — process all PRs per tick (return→continue), widen bot filter (4347d82)
26+
- fix(lifecycle): change return→continue so all PRs process in one tick (5230eb8)
27+
- fix(lifecycle): v9.1 — fix QA dispatch (client_payload as JSON object) (15ec3ec)
28+
- fix(lifecycle): rewrite v9 — apply suggestions, merge, no nudges (4a0bef4)
29+
- chore: license BSL 1.1 (commercial product) (a5e32f8)
30+
- chore: standardize copilot-pr-lifecycle.yml to canonical version (6e86b2b)
31+
- fix: add packages:write + id-token:write to release workflow (71092bb)
32+
- docs: add ROADMAP.md (bace526)
33+
- chore: cleanup and housekeeping (c23dd25)
34+
- chore: add standard CI workflow (ea9409e)
35+
- fix: resolve deno lint no-unused-vars errors (lint-clean 0% → 100%) (#72) (abf95b1)
36+
- test: raise coverage from 0% to 99.24% (target 80%) (#71) (282a324)
37+
- ci: enforce coverage thresholds in CI pipeline (#68) (13aee5f)
38+
- fix: bump @plures/praxis to 2.4.33 to resolve no-known-vulns dimension (#66) (582f1fb)
39+
- docs: add JSDoc to all re-exported symbols — api-documented 0% → 100% (#65) (946d1c3)
40+
141
# Changelog
242

343
All notable changes to `@plures/chronos` are documented in this file.

deno.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
"test": "npm run test:coverage"
77
},
88
"lint": {
9-
"include": ["src/"]
9+
"include": [
10+
"src/"
11+
]
1012
},
1113
"fmt": {
12-
"include": ["src/"]
13-
}
14+
"include": [
15+
"src/"
16+
]
17+
},
18+
"version": "0.2.0"
1419
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plures/chronos",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Graph-native application state chronicle — zero-effort observability through PluresDB state diffs",
55
"type": "module",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)