Skip to content

Commit a0b9366

Browse files
committed
release: Release version 17.6.2
1 parent 3b25e4a commit a0b9366

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11

22

3+
### [17.6.2](https://github.com/MorevM/eslint-config/compare/v17.6.1...v17.6.2) (2022-10-17)
4+
5+
6+
### Chores
7+
8+
* bump @typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 ([#266](https://github.com/MorevM/eslint-config/issues/266)) ([f3f3fca](https://github.com/MorevM/eslint-config/commit/f3f3fcad6978c305d578889674ad086830b2a49f))
9+
* bump @typescript-eslint/parser from 5.39.0 to 5.40.0 ([#265](https://github.com/MorevM/eslint-config/issues/265)) ([0fbaaea](https://github.com/MorevM/eslint-config/commit/0fbaaea25908a228ecf046bef9a6ed3b0a9f76f0))
10+
* bump eslint from 8.24.0 to 8.25.0 ([#261](https://github.com/MorevM/eslint-config/issues/261)) ([d39f6c4](https://github.com/MorevM/eslint-config/commit/d39f6c49b1bb01bad032ee8e9aadb5737130b1d2))
11+
* bump eslint-plugin-jest from 27.1.0 to 27.1.2 ([#262](https://github.com/MorevM/eslint-config/issues/262)) ([863be36](https://github.com/MorevM/eslint-config/commit/863be36633a2bac92dba127db432e5c1cce6ee0a))
12+
* bump eslint-plugin-sonarjs from 0.15.0 to 0.16.0 ([#264](https://github.com/MorevM/eslint-config/issues/264)) ([bc38c4e](https://github.com/MorevM/eslint-config/commit/bc38c4e1c94312a13d1b3f3dcc62e16ae2212739))
13+
* bump eslint-plugin-unicorn from 44.0.1 to 44.0.2 ([#259](https://github.com/MorevM/eslint-config/issues/259)) ([094e1ba](https://github.com/MorevM/eslint-config/commit/094e1ba91d59b384d8bfdca752dc2d0f7c7ce38d))
14+
15+
16+
### Bug fixes
17+
18+
* **base:** Prefer ternary operator only for single-line statements ([3b25e4a](https://github.com/MorevM/eslint-config/commit/3b25e4a4330b5b825ea0a61f2f740944ba52a650))
19+
320
### [17.6.1](https://github.com/MorevM/eslint-config/compare/v17.6.0...v17.6.1) (2022-10-07)
421

522

@@ -1219,4 +1236,4 @@ All rules are covered, configurations become more strict
12191236

12201237
## 0.0.1 (2022-01-24)
12211238

1222-
Initial commit
1239+
Initial commit

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.1",
4+
"version": "17.6.2",
55
"private": false,
66
"engines": {
77
"node": "^12.20.0 || ^14.13.1 || >=16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)