Skip to content

Commit 59b0514

Browse files
committed
release: Release version 11.1.2
1 parent aa0e416 commit 59b0514

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

22

3+
### [11.1.2](https://github.com/MorevM/eslint-config/compare/v11.1.1...v11.1.2) (2022-04-20)
4+
5+
6+
### Chores
7+
8+
* bump @release-it/conventional-changelog from 4.2.2 to 4.3.0 ([#78](https://github.com/MorevM/eslint-config/issues/78)) ([70448fb](https://github.com/MorevM/eslint-config/commit/70448fb52a435f25811ef1828fceebac02ae0b1d))
9+
* bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 ([#73](https://github.com/MorevM/eslint-config/issues/73)) ([dc14652](https://github.com/MorevM/eslint-config/commit/dc146529b361dce6e94f45a82b6309852a4c1f35))
10+
* bump @typescript-eslint/parser from 5.18.0 to 5.19.0 ([#72](https://github.com/MorevM/eslint-config/issues/72)) ([48db319](https://github.com/MorevM/eslint-config/commit/48db319d851ff4184867b04ea55f2e9851c39e0a))
11+
* bump eslint-plugin-jsdoc from 39.0.1 to 39.2.1 ([#77](https://github.com/MorevM/eslint-config/issues/77)) ([4d1050a](https://github.com/MorevM/eslint-config/commit/4d1050a7197ac19ddf9585c932242d73bca0a2fe))
12+
* bump glob from 7.2.0 to 8.0.1 ([#74](https://github.com/MorevM/eslint-config/issues/74)) ([c987f72](https://github.com/MorevM/eslint-config/commit/c987f727ac7a3b7f1c931be49acdd3add598e611))
13+
* bump lint-staged from 12.3.7 to 12.3.8 ([#75](https://github.com/MorevM/eslint-config/issues/75)) ([a23aa0a](https://github.com/MorevM/eslint-config/commit/a23aa0a5e3f665ee4da1c435adb4547d5ffb70fc))
14+
* bump release-it from 14.14.0 to 14.14.2 ([#76](https://github.com/MorevM/eslint-config/issues/76)) ([40b393d](https://github.com/MorevM/eslint-config/commit/40b393de9dc123f3bccd209cd629b4bcaa7ed853))
15+
16+
17+
### Bug fixes
18+
19+
* **base:** Disable autofix for `unicorn/no-lonely-if` rule ([aa0e416](https://github.com/MorevM/eslint-config/commit/aa0e41610e460c1ddc8bf9afd7ed85702ff9c841))
20+
321
### [11.1.1](https://github.com/MorevM/eslint-config/compare/v11.1.0...v11.1.1) (2022-04-15)
422

523

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

0 commit comments

Comments
 (0)