Skip to content

Commit 504df4c

Browse files
authored
Merge pull request #94 from netlify/release-v2.2.6
2 parents 9a6be87 + 83f1cf2 commit 504df4c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [2.2.6](https://www.github.com/netlify/eslint-config-node/compare/v2.2.5...v2.2.6) (2021-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency eslint-plugin-unicorn to v27 ([#92](https://www.github.com/netlify/eslint-config-node/issues/92)) ([46c7967](https://www.github.com/netlify/eslint-config-node/commit/46c796781382214c45d3fcc829b99e8db9f0a404))
9+
* disable `unicorn/no-array-for-each` ESLint rule ([e2ae70a](https://www.github.com/netlify/eslint-config-node/commit/e2ae70aad3ab213684a8f9c7124b64e5ec936784))
10+
311
### [2.2.5](https://www.github.com/netlify/eslint-config-node/compare/v2.2.4...v2.2.5) (2021-01-04)
412

513

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/eslint-config-node",
3-
"version": "2.2.5",
3+
"version": "2.2.6",
44
"main": ".eslintrc.js",
55
"files": [
66
".eslintrc.js",

0 commit comments

Comments
 (0)