Skip to content

Commit 8a5f7f0

Browse files
committed
release: Release version 21.4.0
1 parent ba20610 commit 8a5f7f0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

22

3+
## [21.4.0](https://github.com/MorevM/eslint-config/compare/v21.3.0...v21.4.0) (2023-02-25)
4+
5+
6+
### Features
7+
8+
* **typescript:** Add `no-mixed-enums` rule ([ba20610](https://github.com/MorevM/eslint-config/commit/ba20610491f372811fe8415b829e687251330223))
9+
10+
11+
### Chores
12+
13+
* bump @babel/core from 7.20.12 to 7.21.0 ([#380](https://github.com/MorevM/eslint-config/issues/380)) ([cf21017](https://github.com/MorevM/eslint-config/commit/cf21017b26795fe04979ee7691e116ca9e712cb5))
14+
* bump @typescript-eslint from 5.52.0 to 5.53.0 ([5fe55e9](https://github.com/MorevM/eslint-config/commit/5fe55e9e56de68422c083ef19b9a32ab55a0a4f1))
15+
316
## [21.3.0](https://github.com/MorevM/eslint-config/compare/v21.2.3...v21.3.0) (2023-02-18)
417

518

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

0 commit comments

Comments
 (0)