Skip to content

Commit c733254

Browse files
committed
Release v8.1.2
1 parent 5f69c28 commit c733254

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -503,5 +503,10 @@ devjeel <[email protected]>
503503
Martin Oppitz <[email protected]>
504504
indieisaconcept <[email protected]>
505505
Sri Harsha <[email protected]>
506+
irrationnelle <[email protected]>
507+
Donghoon Song <[email protected]>
508+
Sujin Park <[email protected]>
509+
KIM HYO RIN <[email protected]>
510+
506511

507512
# Generated by scripts/update-authors.js

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## :bug: Fixes
44

5-
- #4418: Fix command-line flag incompatibility in forthcoming Node.js v14.9.0 (@boneskull)
6-
- #4401: Fix missing global variable in browser (@irrationelle)
5+
- [#4418](https://github.com/mochajs/mocha/issues/4418): Fix command-line flag incompatibility in forthcoming Node.js v14.9.0 ([**@boneskull**](https://github.com/boneskull))
6+
- [#4401](https://github.com/mochajs/mocha/issues/4401): Fix missing global variable in browser ([**@irrationelle**](https://github.com/irrationelle))
77

88
## :lock: Security Fixes
99

10-
- #4396: Update many dependencies (@GChuf)
10+
- [#4396](https://github.com/mochajs/mocha/issues/4396): Update many dependencies ([**@GChuf**](https://github.com/GChuf))
1111

1212
## :book: Documentation
1313

14-
- Various fixes by @sujin-park, @wwhurin & @Donghoon759
14+
- Various fixes by [**@sujin-park**](https://github.com/sujin-park), [**@wwhurin**](https://github.com/wwhurin) & [**@Donghoon759**](https://github.com/Donghoon759)
1515

1616
# 8.1.1 / 2020-08-04
1717

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "simple, flexible, fun test framework",
55
"keywords": [
66
"mocha",

0 commit comments

Comments
 (0)