chore: release v1.3.3 - #163
Conversation
package.json was bumped to 1.3.3 on 2026-05-02 (ec46758) but the tag and release were never cut, and CHANGELOG.md stopped at 1.3.1. Add the 1.3.2 and 1.3.3 sections so the changelog matches the tags, and note that the v1.3.2 GitHub release has no build assets because its release build failed on Node.js checksum verification (fixed by 05e5b22). 1.3.3 is a maintenance release: all open advisories cleared, Node 24 LTS required and bundled, TypeScript 7 / better-sqlite3 13 / vitest 5, and the release pipeline working again. No user-facing feature changes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
This was written agentically; verify its assertions: Adversarial review receipt
🤖 Co-authored by Claude Fable 5.1. |
|
This was written agentically; verify its assertions: Review ledgerMachine-readable record of every review already performed on this PR. {
"version": 1,
"pr": 163,
"repo": "wrzonance/DMXr",
"reviews": [
{
"kind": "adversarial",
"provider": "codex",
"model": "gpt-5.6-sol",
"effort": "xhigh",
"mode": "cross-provider",
"harness": "claude",
"head_sha": "c6128a3c4eead3c338b2043d02042c3a25ab5c30",
"covered_heads": [
"c6128a3c4eead3c338b2043d02042c3a25ab5c30"
],
"counts": {
"p1": 0,
"p2": 0
},
"reviewed_at": "2026-09-15T19:29:13Z"
}
]
}🤖 Co-authored by Claude Fable 5.1. |
This was written agentically; verify its assertions:
Why
server/package.jsonhas said 1.3.3 since 2026-05-02, but no v1.3.3 tag or release was ever cut, andCHANGELOG.mdstops at 1.3.1. This PR is the release-prep step used for v1.3.1 (#85): land the changelog, then tag the merge commit.What
CHANGELOG.md: add the[1.3.3]section (security advisories cleared, Node 24 LTS bundled, TypeScript 7 / better-sqlite3 13 / vitest 5, release-build checksum fix) and the missing[1.3.2]section, plus the version compare links.package.jsonandpackage-lock.jsonare already 1.3.3.Release plan after merge
gh release create v1.3.3 --target <merge sha> --notes-file …creates the tag and the release together (the v1.3.1/v1.3.2 process).release: publishedevent runsBuild Portable Server, which uploads the three assets from GitHub's runners.Testing
🤖 Co-authored by Claude Fable 5.1.
🤖 Generated with Claude Code