Skip to content

Commit

Permalink
8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed May 25, 2021
1 parent 9446d16 commit 46f2ddb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 8.2.0 (May 25, 2021)

### Enhancements

* Memoize names (increases speed by 10x) ([#280](https://github.com/lo1tuma/eslint-plugin-mocha/pull/280))

### Code Refactoring

* - Avoid passing superfluous argument ([#278](https://github.com/lo1tuma/eslint-plugin-mocha/pull/278))

## 8.1.0 (March 5, 2021)

### Bug Fixes
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "8.1.0",
"version": "8.2.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit 46f2ddb

Please sign in to comment.