Skip to content

Commit

Permalink
chore: release main (#126)
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 10, 2024
1 parent 214c6b6 commit 9153b06
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 8 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.6","packages/bail":"1.2.1","packages/testwatch":"1.4.4","packages/slow":"1.0.2","packages/mocha":"1.0.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.2.1](https://github.com/MoLow/reporters/compare/bail-v1.2.0...bail-v1.2.1) (2024-09-10)


### Tests

* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

## [1.2.0](https://github.com/MoLow/reporters/compare/bail-v1.1.4...bail-v1.2.0) (2024-03-14)


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.2.0",
"version": "1.2.1",
"description": "A Bail library for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))
* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

## [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
8 changes: 8 additions & 0 deletions packages/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))
* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

## [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
13 changes: 13 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Bug Fixes

* **mocha:** unwrap errors ([#128](https://github.com/MoLow/reporters/issues/128)) ([214c6b6](https://github.com/MoLow/reporters/commit/214c6b6a2d7bb811f65f1b0d7b7352ab3226193f))


### Tests

* update tests to reflect latest node updates ([#125](https://github.com/MoLow/reporters/issues/125)) ([2849c0f](https://github.com/MoLow/reporters/commit/2849c0f9b57375eb4dc704539fdb331b0b4cd572))
* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

## [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/silent/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/silent-v1.2.5...silent-v1.2.6) (2024-09-10)


### Tests

* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

## [1.2.5](https://github.com/MoLow/reporters/compare/silent-v1.2.4...silent-v1.2.5) (2024-03-14)


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.5",
"version": "1.2.6",
"description": "A silent reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/slow/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/slow-v1.0.1...slow-v1.0.2) (2024-09-10)


### Tests

* use human readable snapshots ([#127](https://github.com/MoLow/reporters/issues/127)) ([cc7d3ba](https://github.com/MoLow/reporters/commit/cc7d3baa7b054f82a5580dfe4151d4eb3c9e8dd5))

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


Expand Down
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.0.1",
"version": "1.0.2",
"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.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 9153b06

Please sign in to comment.