Skip to content

Commit

Permalink
10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 8, 2021
1 parent 4ca3965 commit a2307b0
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.1 (December 8, 2021)

### Bug Fixes

* Add `mocha` prefix to "no-empty-description" rule name in rec config ([#310](https://github.com/lo1tuma/eslint-plugin-mocha/pull/310))

### Build-Related

* chore: use `npm-run-all` to run lint/test scripts ([#308](https://github.com/lo1tuma/eslint-plugin-mocha/pull/308))

## 10.0.0 (December 8, 2021)

### Breaking Changes
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.0",
"version": "10.0.1",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit a2307b0

Please sign in to comment.