Skip to content

Commit 7550835

Browse files
committed
release: Release version 15.2.1
1 parent e0618c9 commit 7550835

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

22

3+
### [15.2.1](https://github.com/MorevM/eslint-config/compare/v15.2.0...v15.2.1) (2022-08-09)
4+
5+
6+
### Chores
7+
8+
* bump @babel/core from 7.18.9 to 7.18.10 ([#195](https://github.com/MorevM/eslint-config/issues/195)) ([9abfb9f](https://github.com/MorevM/eslint-config/commit/9abfb9f9a199895363ffe68ba1732f8432a6b127))
9+
* bump `[@typescript-eslint](https://github.com/typescript-eslint)` from 5.31.0 to 5.33.0 ([599339a](https://github.com/MorevM/eslint-config/commit/599339a909960c385d84732deae5eb55ca54899c))
10+
* bump eslint from 8.20.0 to 8.21.0 ([#198](https://github.com/MorevM/eslint-config/issues/198)) ([84a7045](https://github.com/MorevM/eslint-config/commit/84a7045ee6d9b9f1ec311ce351fecdeab8e74e09))
11+
12+
13+
### Bug fixes
14+
15+
* **typescript:** Extend `no-use-before-define` from base config ([e0618c9](https://github.com/MorevM/eslint-config/commit/e0618c95c482fdd4c9c87928841117f96da46570))
16+
317
## [15.2.0](https://github.com/MorevM/eslint-config/compare/v15.1.0...v15.2.0) (2022-07-30)
418

519

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