Skip to content

Commit 416d407

Browse files
committed
release: Release version 17.6.1
1 parent aa6ef85 commit 416d407

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
### [17.6.1](https://github.com/MorevM/eslint-config/compare/v17.6.0...v17.6.1) (2022-10-07)
4+
5+
6+
### Bug fixes
7+
8+
* **base:** Ignore external deps in `import/no-cycle` due to performance issues ([b1b9cc0](https://github.com/MorevM/eslint-config/commit/b1b9cc0ba456bde2ae72c6fdd4cc93d462e3d38c))
9+
* Explicit `node_modules` ignorance with `import/ignore` for all entities ([aa6ef85](https://github.com/MorevM/eslint-config/commit/aa6ef85e5ae728d76fa98306bda5eee0f4bd3708))
10+
311
## [17.6.0](https://github.com/MorevM/eslint-config/compare/v17.5.0...v17.6.0) (2022-10-06)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@morev/eslint-config",
33
"description": "Strict shareable ESLint configuration that I personally use",
4-
"version": "17.6.0",
4+
"version": "17.6.1",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)