Skip to content

Commit

Permalink
Merge branch 'main' into optional-reporter-format
Browse files Browse the repository at this point in the history
  • Loading branch information
CheadleCheadle authored Aug 10, 2024
2 parents 0f0c3d4 + d5766c8 commit 5ad1714
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"10.7.2"}
{".":"10.7.3"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.7.3](https://github.com/mochajs/mocha/compare/v10.7.2...v10.7.3) (2024-08-09)


### 🩹 Fixes

* make release-please build work ([#5194](https://github.com/mochajs/mocha/issues/5194)) ([afd66ef](https://github.com/mochajs/mocha/commit/afd66ef3df20fab51ce38b97216c09108e5c2bfd))

## [10.7.2](https://github.com/mochajs/mocha/compare/v10.7.1...v10.7.2) (2024-08-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "10.7.2",
"version": "10.7.3",
"type": "commonjs",
"description": "simple, flexible, fun test framework",
"keywords": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"lint:code": "eslint . 'bin/*' --max-warnings 0",
"lint:markdown": "markdownlint '*.md' 'docs/**/*.md' '.github/*.md' 'lib/**/*.md' 'test/**/*.md' 'example/**/*.md' -i CHANGELOG.md",
"lint": "run-p lint:*",
"prepublishOnly": "run-s test clean build",
"prepublishOnly": "run-s clean build",
"test-browser-run": "cross-env NODE_PATH=. karma start ./karma.conf.js --single-run",
"test-browser:reporters:bdd": "cross-env MOCHA_TEST=bdd npm run -s test-browser-run",
"test-browser:reporters:esm": "cross-env MOCHA_TEST=esm npm run -s test-browser-run",
Expand Down

0 comments on commit 5ad1714

Please sign in to comment.