Skip to content

Commit

Permalink
10.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed May 27, 2022
1 parent befcdd4 commit a2c42a2
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.5 (May 27, 2022)

### Bug Fixes

* Support Node 18 + switch from ramda to rambda ([#326](https://github.com/lo1tuma/eslint-plugin-mocha/pull/326))

### Code Refactoring

* Add unit tests to verify the correct reference is analyzed for shadowing ([#328](https://github.com/lo1tuma/eslint-plugin-mocha/pull/328))

## 10.0.4 (April 11, 2022)

### Documentation
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.4",
"version": "10.0.5",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=14.0.0"
Expand Down

0 comments on commit a2c42a2

Please sign in to comment.