Skip to content

Commit abc1d17

Browse files
committed
release: Release version 21.3.0
1 parent a32584c commit abc1d17

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

22

3+
## [21.3.0](https://github.com/MorevM/eslint-config/compare/v21.2.3...v21.3.0) (2023-02-18)
4+
5+
6+
### Features
7+
8+
* **typescript:** Add `@typescript-eslint/block-spacing` rule ([a32584c](https://github.com/MorevM/eslint-config/commit/a32584cf4d411b78f52564321945f405c20fcff2))
9+
10+
11+
### Chores
12+
13+
* bump `@typescript-eslint` from 5.51.0 to 5.52.0 ([8ca5a6d](https://github.com/MorevM/eslint-config/commit/8ca5a6dbdcf986c12cf30e149622d0b6fca6bf68))
14+
* bump eslint-plugin-jsdoc from 39.8.0 to 40.0.0 ([#379](https://github.com/MorevM/eslint-config/issues/379)) ([a525fde](https://github.com/MorevM/eslint-config/commit/a525fde68a5bc3efe4e02c27a82c983789f5142a))
15+
316
### [21.2.3](https://github.com/MorevM/eslint-config/compare/v21.2.2...v21.2.3) (2023-02-14)
417

518

@@ -1535,4 +1548,4 @@ All rules are covered, configurations become more strict
15351548

15361549
## 0.0.1 (2022-01-24)
15371550

1538-
Initial commit
1551+
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": "21.2.3",
4+
"version": "21.3.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)