Skip to content

Commit e3c0495

Browse files
committed
release: Release version 21.2.1
1 parent 8dba95e commit e3c0495

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

22

3+
### [21.2.1](https://github.com/MorevM/eslint-config/compare/v21.2.0...v21.2.1) (2023-02-13)
4+
5+
6+
### Bug fixes
7+
8+
* **vue:** Ignore padding lines between options using Options API ([8dba95e](https://github.com/MorevM/eslint-config/commit/8dba95ecaadb74ab2f7bf214d3927546fcad634f))
9+
310
## [21.2.0](https://github.com/MorevM/eslint-config/compare/v21.1.1...v21.2.0) (2023-02-11)
411

512

@@ -1513,4 +1520,4 @@ All rules are covered, configurations become more strict
15131520

15141521
## 0.0.1 (2022-01-24)
15151522

1516-
Initial commit
1523+
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.0",
4+
"version": "21.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)