Skip to content

Commit

Permalink
chore: release main (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent 591db4a commit 3537ebf
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 6 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.5.3","packages/junit":"1.2.5","packages/silent":"1.2.4","packages/bail":"1.1.3","packages/testwatch":"1.4.2"}
{"packages/github":"1.5.4","packages/junit":"1.2.6","packages/silent":"1.2.4","packages/bail":"1.1.4","packages/testwatch":"1.4.3","packages/slow":"1.0.0"}
7 changes: 7 additions & 0 deletions packages/bail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.4](https://github.com/MoLow/reporters/compare/bail-v1.1.3...bail-v1.1.4) (2024-01-04)


### Bug Fixes

* **test:** update tests ([#106](https://github.com/MoLow/reporters/issues/106)) ([8c09454](https://github.com/MoLow/reporters/commit/8c09454aeefe41e10f9466fc593ff80408d06c8a))

## [1.1.3](https://github.com/MoLow/reporters/compare/bail-v1.1.2...bail-v1.1.3) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/bail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/bail",
"version": "1.1.3",
"version": "1.1.4",
"description": "A Bail library for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
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.5.4](https://github.com/MoLow/reporters/compare/github-v1.5.3...github-v1.5.4) (2024-01-04)


### Bug Fixes

* **test:** update tests ([#106](https://github.com/MoLow/reporters/issues/106)) ([8c09454](https://github.com/MoLow/reporters/commit/8c09454aeefe41e10f9466fc593ff80408d06c8a))

## [1.5.3](https://github.com/MoLow/reporters/compare/github-v1.5.2...github-v1.5.3) (2023-09-26)


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.5.3",
"version": "1.5.4",
"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.2.6](https://github.com/MoLow/reporters/compare/junit-v1.2.5...junit-v1.2.6) (2024-01-04)


### Bug Fixes

* **test:** update tests ([#106](https://github.com/MoLow/reporters/issues/106)) ([8c09454](https://github.com/MoLow/reporters/commit/8c09454aeefe41e10f9466fc593ff80408d06c8a))

## [1.2.5](https://github.com/MoLow/reporters/compare/junit-v1.2.4...junit-v1.2.5) (2023-09-26)


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.2.5",
"version": "1.2.6",
"description": "A jUnit reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/slow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-01-04)


### Features

* add slow tests reporter ([#105](https://github.com/MoLow/reporters/issues/105)) ([591db4a](https://github.com/MoLow/reporters/commit/591db4a7f4e71b675b1689a2a2ce4ead529db28a))
2 changes: 1 addition & 1 deletion packages/slow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/slow",
"version": "1.2.4",
"version": "1.0.0",
"description": "A slow tests reporter for `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.3](https://github.com/MoLow/reporters/compare/testwatch-v1.4.2...testwatch-v1.4.3) (2024-01-04)


### Bug Fixes

* **test:** update tests ([#106](https://github.com/MoLow/reporters/issues/106)) ([8c09454](https://github.com/MoLow/reporters/commit/8c09454aeefe41e10f9466fc593ff80408d06c8a))

## [1.4.2](https://github.com/MoLow/reporters/compare/testwatch-v1.4.1...testwatch-v1.4.2) (2023-09-26)


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.2",
"version": "1.4.3",
"description": "An interactive repl for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down

0 comments on commit 3537ebf

Please sign in to comment.