Skip to content

Commit

Permalink
10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 13, 2021
1 parent a16b64c commit 1747811
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## 10.0.2 (December 13, 2021)

### Bug Fixes

* Fix no-empty-description rule to not report on dynamic values ([#315](https://github.com/lo1tuma/eslint-plugin-mocha/pull/315))

### Code Refactoring

* chore: switch yarn command to npm ([#309](https://github.com/lo1tuma/eslint-plugin-mocha/pull/309))

## 10.0.1 (December 8, 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
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mocha",
"version": "10.0.1",
"version": "10.0.2",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 1747811

Please sign in to comment.