chore: release 2026.01.08 - #16
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This is a release PR that bumps @probitas/runner from version 0.5.3 to 0.5.4 (patch release). The release includes a fix for detecting AbortError caused by timeout in the isTimeoutError function.
Key Changes:
- Updated @probitas/runner version to 0.5.4
- Added release notes documenting the timeout error detection fix
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/probitas-runner/deno.json | Version bumped from 0.5.3 to 0.5.4 |
| Releases.md | Added release notes for @probitas/runner 0.5.4 with fix details |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### 2026.01.08 | ||
|
|
||
| #### @probitas/runner 0.5.4 (patch) | ||
|
|
||
| - fix(@probitas/runner): detect AbortError caused by timeout in isTimeoutError | ||
|
|
||
| ### 2026.01.08 |
There was a problem hiding this comment.
The Releases.md file now has duplicate date headers for "2026.01.08" (lines 1 and 7). This creates confusion in the changelog. Consider consolidating all releases for the same date under a single date header, with each package's release listed as subsections beneath it.
The following updates are detected:
Please ensure:
The following commits are not recognized. Please handle them manually if necessary:
To make edits to this PR:
git fetch upstream release-2026-01-08-09-49-57 && git checkout -b release-2026-01-08-09-49-57 upstream/release-2026-01-08-09-49-57