Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
1 parent 2849c0f commit 13a03d6
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/github":"1.7.0","packages/junit":"1.3.1","packages/silent":"1.2.5","packages/bail":"1.2.0","packages/testwatch":"1.4.3","packages/slow":"1.0.1","packages/mocha":"1.0.1"}
{"packages/github":"1.7.1","packages/junit":"1.3.2","packages/silent":"1.2.5","packages/bail":"1.2.0","packages/testwatch":"1.4.4","packages/slow":"1.0.1","packages/mocha":"1.0.2"}
7 changes: 7 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.1](https://github.com/MoLow/reporters/compare/github-v1.7.0...github-v1.7.1) (2024-09-10)


### Tests

* update tests to reflect latest node updates ([#125](https://github.com/MoLow/reporters/issues/125)) ([2849c0f](https://github.com/MoLow/reporters/commit/2849c0f9b57375eb4dc704539fdb331b0b4cd572))

## [1.7.0](https://github.com/MoLow/reporters/compare/github-v1.6.0...github-v1.7.0) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/github",
"version": "1.7.0",
"version": "1.7.1",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.2](https://github.com/MoLow/reporters/compare/junit-v1.3.1...junit-v1.3.2) (2024-09-10)


### Tests

* update tests to reflect latest node updates ([#125](https://github.com/MoLow/reporters/issues/125)) ([2849c0f](https://github.com/MoLow/reporters/commit/2849c0f9b57375eb4dc704539fdb331b0b4cd572))

## [1.3.1](https://github.com/MoLow/reporters/compare/junit-v1.3.0...junit-v1.3.1) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/junit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/junit",
"version": "1.3.1",
"version": "1.3.2",
"description": "A jUnit reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/MoLow/reporters/compare/mocha-v1.0.1...mocha-v1.0.2) (2024-09-10)


### Tests

* update tests to reflect latest node updates ([#125](https://github.com/MoLow/reporters/issues/125)) ([2849c0f](https://github.com/MoLow/reporters/commit/2849c0f9b57375eb4dc704539fdb331b0b4cd572))

## [1.0.1](https://github.com/MoLow/reporters/compare/mocha-v1.0.0...mocha-v1.0.1) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/mocha",
"version": "1.0.1",
"version": "1.0.2",
"description": "use any mocha reporter with `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/testwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.4](https://github.com/MoLow/reporters/compare/testwatch-v1.4.3...testwatch-v1.4.4) (2024-09-10)


### Tests

* update tests to reflect latest node updates ([#125](https://github.com/MoLow/reporters/issues/125)) ([2849c0f](https://github.com/MoLow/reporters/commit/2849c0f9b57375eb4dc704539fdb331b0b4cd572))

## [1.4.3](https://github.com/MoLow/reporters/compare/testwatch-v1.4.2...testwatch-v1.4.3) (2024-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/testwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/testwatch",
"version": "1.4.3",
"version": "1.4.4",
"description": "An interactive repl for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down

0 comments on commit 13a03d6

Please sign in to comment.