Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Dec 8, 2021
1 parent 9bd07d1 commit baf4217
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,34 @@
## 10.0.0 (December 8, 2021)

### Breaking Changes

* Turn off no-hooks-for-single-case in recommended ([#307](https://github.com/lo1tuma/eslint-plugin-mocha/pull/307))
* Drop support for node v12 ([#299](https://github.com/lo1tuma/eslint-plugin-mocha/pull/299))

### Features

* Add `no-empty-description` rule. closes #302 ([#304](https://github.com/lo1tuma/eslint-plugin-mocha/pull/304))

### Enhancements

* Add rule documentation URLs (and eslint-plugin-eslint-plugin) ([#294](https://github.com/lo1tuma/eslint-plugin-mocha/pull/294))

### Documentation

* Remove unavailable badge from README ([#305](https://github.com/lo1tuma/eslint-plugin-mocha/pull/305))

### Dependency Upgrades

* Update devDependencies ([#301](https://github.com/lo1tuma/eslint-plugin-mocha/pull/301))

### Code Refactoring

* Remove eslint-config-holidaycheck dev dependency ([#300](https://github.com/lo1tuma/eslint-plugin-mocha/pull/300))

### Build-Related

* Add `markdownlint` and fix linting issues ([#306](https://github.com/lo1tuma/eslint-plugin-mocha/pull/306))

## 9.0.0 (May 26, 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": "9.0.0",
"version": "10.0.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit baf4217

Please sign in to comment.