Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Feb 26, 2020
1 parent d43092e commit 09b948b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -486,5 +486,7 @@ Hugo Kim <k7120792@gmail.com>
KyoungWan <kyngwan@gmail.com>
Zirak <zirakertan@gmail.com>
Christian Holm <christian@peakon.com>
Kai Cataldo <kai@kaicataldo.com>
Gil Tayar <gil.tayar@applitools.com>

# Generated by scripts/update-authors.js
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## :tada: Enhancements

#4038: Add Node.js native ESM support (@giltayar)
[#4038](https://github.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@giltayar**](https://github.com/giltayar))

Mocha supports writing your test files as ES modules:

Expand All @@ -15,16 +15,16 @@ Mocha supports writing your test files as ES modules:

## :bug: Fixes

- #4181: Programmatic API cannot access retried test objects (@juergba)
- #4174: Browser: fix `allowUncaught` option (@juergba)
- [#4181](https://github.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@juergba**](https://github.com/juergba))
- [#4174](https://github.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@juergba**](https://github.com/juergba))

## :book: Documentation

- #4058: Manage author list in AUTHORS instead of `package.json` (@outsideris)
- [#4058](https://github.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@outsideris**](https://github.com/outsideris))

## :nut_and_bolt: Other

- #4138: Upgrade ESLint v6.8 (@kaicataldo)
- [#4138](https://github.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@kaicataldo**](https://github.com/kaicataldo))

# 7.0.1 / 2020-01-25

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha",
"version": "7.0.1",
"version": "7.1.0",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
Expand Down

0 comments on commit 09b948b

Please sign in to comment.