Skip to content

Commit b335eee

Browse files
chore: release main (#174)
Co-authored-by: pr-opener-bot[bot] <257707208+pr-opener-bot[bot]@users.noreply.github.com>
1 parent 3c2da34 commit b335eee

5 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"packages/github":"1.13.0","packages/junit":"1.6.0","packages/silent":"1.3.1","packages/bail":"1.3.1","packages/testwatch":"1.5.1","packages/slow":"1.1.1","packages/mocha":"1.2.0","packages/gh":"1.4.0"}
1+
{"packages/github":"1.13.1","packages/junit":"1.6.0","packages/silent":"1.3.1","packages/bail":"1.3.1","packages/testwatch":"1.5.1","packages/slow":"1.1.1","packages/mocha":"1.2.0","packages/gh":"1.4.1"}

packages/gh/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/MoLow/reporters/compare/gh-v1.4.0...gh-v1.4.1) (2026-04-19)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* update snapshots ([#173](https://github.com/MoLow/reporters/issues/173)) ([5637d57](https://github.com/MoLow/reporters/commit/5637d575a8efa1b495f5f1de62ecd7eece21e4ff))
9+
310
## [1.4.0](https://github.com/MoLow/reporters/compare/gh-v1.3.0...gh-v1.4.0) (2026-04-16)
411

512

packages/gh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reporters/gh",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A github actions reporter for `node:test`",
55
"type": "commonjs",
66
"keywords": [

packages/github/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.13.1](https://github.com/MoLow/reporters/compare/github-v1.13.0...github-v1.13.1) (2026-04-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **github:** tolerate test:fail events without a details.error ([#175](https://github.com/MoLow/reporters/issues/175)) ([3c2da34](https://github.com/MoLow/reporters/commit/3c2da34398246ef8be55558e9850d67abbf62c12))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* update snapshots ([#173](https://github.com/MoLow/reporters/issues/173)) ([5637d57](https://github.com/MoLow/reporters/commit/5637d575a8efa1b495f5f1de62ecd7eece21e4ff))
14+
315
## [1.13.0](https://github.com/MoLow/reporters/compare/github-v1.12.0...github-v1.13.0) (2026-04-16)
416

517

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reporters/github",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"description": "A github actions reporter for `node:test`",
55
"type": "commonjs",
66
"keywords": [

0 commit comments

Comments
 (0)