Skip to content

Commit

Permalink
chore: release main (#104)
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 Sep 26, 2023
1 parent d8567bd commit 6cd3790
Show file tree
Hide file tree
Showing 11 changed files with 46 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.2","packages/junit":"1.2.4","packages/silent":"1.2.3","packages/bail":"1.1.2","packages/testwatch":"1.4.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"}
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.3](https://github.com/MoLow/reporters/compare/bail-v1.1.2...bail-v1.1.3) (2023-09-26)


### Miscellaneous Chores

* add "type" to package.json ([d8567bd](https://github.com/MoLow/reporters/commit/d8567bdd2a415919dba6ba652d2e33dc233426ce))

## [1.1.2](https://github.com/MoLow/reporters/compare/bail-v1.1.1...bail-v1.1.2) (2023-08-13)


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.2",
"version": "1.1.3",
"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.3](https://github.com/MoLow/reporters/compare/github-v1.5.2...github-v1.5.3) (2023-09-26)


### Miscellaneous Chores

* add "type" to package.json ([d8567bd](https://github.com/MoLow/reporters/commit/d8567bdd2a415919dba6ba652d2e33dc233426ce))

## [1.5.2](https://github.com/MoLow/reporters/compare/github-v1.5.1...github-v1.5.2) (2023-08-13)


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.2",
"version": "1.5.3",
"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.5](https://github.com/MoLow/reporters/compare/junit-v1.2.4...junit-v1.2.5) (2023-09-26)


### Miscellaneous Chores

* add "type" to package.json ([d8567bd](https://github.com/MoLow/reporters/commit/d8567bdd2a415919dba6ba652d2e33dc233426ce))

## [1.2.4](https://github.com/MoLow/reporters/compare/junit-v1.2.3...junit-v1.2.4) (2023-08-13)


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

## [1.2.4](https://github.com/MoLow/reporters/compare/silent-v1.2.3...silent-v1.2.4) (2023-09-26)


### Miscellaneous Chores

* add "type" to package.json ([d8567bd](https://github.com/MoLow/reporters/commit/d8567bdd2a415919dba6ba652d2e33dc233426ce))

## [1.2.3](https://github.com/MoLow/reporters/compare/silent-v1.2.2...silent-v1.2.3) (2023-08-13)


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

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


### Bug Fixes

* node 20 skip text changes ([fb993b8](https://github.com/MoLow/reporters/commit/fb993b8c5e960b6986b1fdca4b754a2fdb22ea40))


### Miscellaneous Chores

* add "type" to package.json ([d8567bd](https://github.com/MoLow/reporters/commit/d8567bdd2a415919dba6ba652d2e33dc233426ce))

## [1.4.1](https://github.com/MoLow/reporters/compare/testwatch-v1.4.0...testwatch-v1.4.1) (2023-08-13)


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

0 comments on commit 6cd3790

Please sign in to comment.