Skip to content

Commit a2c42a2

Browse files
committed
10.0.5
1 parent befcdd4 commit a2c42a2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 10.0.5 (May 27, 2022)
2+
3+
### Bug Fixes
4+
5+
* Support Node 18 + switch from ramda to rambda ([#326](https://github.com/lo1tuma/eslint-plugin-mocha/pull/326))
6+
7+
### Code Refactoring
8+
9+
* Add unit tests to verify the correct reference is analyzed for shadowing ([#328](https://github.com/lo1tuma/eslint-plugin-mocha/pull/328))
10+
111
## 10.0.4 (April 11, 2022)
212

313
### Documentation

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mocha",
3-
"version": "10.0.4",
3+
"version": "10.0.5",
44
"description": "Eslint rules for mocha.",
55
"engines": {
66
"node": ">=14.0.0"

0 commit comments

Comments
 (0)