Skip to content

Commit

Permalink
Release 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Schreck authored and Mathias Schreck committed Sep 25, 2023
1 parent e855322 commit 2c4ac44
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,22 @@
## 10.2.0 (September 25, 2023)

### Features

* Support function calls as custom names (to stop false warnings) ([#336](https://github.com/lo1tuma/eslint-plugin-mocha/pull/336))

### Documentation

* Automate docs with eslint-doc-generator ([#330](https://github.com/lo1tuma/eslint-plugin-mocha/pull/330))

### Dependency Upgrades

* Update all dependencies ([#334](https://github.com/lo1tuma/eslint-plugin-mocha/pull/334))

### Build-Related

* Include Node.js v20 in continuous integration pipeline ([#338](https://github.com/lo1tuma/eslint-plugin-mocha/pull/338))
* Introduce "release-it" to make releases more comfortable ([#337](https://github.com/lo1tuma/eslint-plugin-mocha/pull/337))

## 10.1.0 (July 20, 2022)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "10.2.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit 2c4ac44

Please sign in to comment.