Skip to content

Commit

Permalink
chore: release main (#120)
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 Mar 14, 2024
1 parent 6b9dced commit b0d8de1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.0"}
{"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"}
12 changes: 12 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* mochaawsome broken ([#122](https://github.com/MoLow/reporters/issues/122)) ([6b9dced](https://github.com/MoLow/reporters/commit/6b9dced7219fd24af5d3fe2e810806b265ac1007))


### Documentation

* fix .mocharc example ([#119](https://github.com/MoLow/reporters/issues/119)) ([348e806](https://github.com/MoLow/reporters/commit/348e8060be26632dbdd2df824f92815039cbce75))

## 1.0.0 (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.0",
"version": "1.0.1",
"description": "use any mocha reporter with `node:test`",
"type": "commonjs",
"keywords": [
Expand Down

0 comments on commit b0d8de1

Please sign in to comment.