Skip to content

Commit 1bba62f

Browse files
committed
release: Release version 17.4.2
1 parent 8afecc3 commit 1bba62f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

22

3+
### [17.4.2](https://github.com/MorevM/eslint-config/compare/v17.4.1...v17.4.2) (2022-10-04)
4+
5+
6+
### Bug fixes
7+
8+
* **base:** Avoid braces in switch statements (`unicorn/switch-case-braces`) ([8afecc3](https://github.com/MorevM/eslint-config/commit/8afecc3e95b35505fe92575299b6e20153fff9ef))
9+
310
### [17.4.1](https://github.com/MorevM/eslint-config/compare/v17.4.0...v17.4.1) (2022-10-03)
411

512

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.4.1",
4+
"version": "17.4.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)