Skip to content

Commit ec94c94

Browse files
committed
release: Release version 2.1.0
1 parent 28407c0 commit ec94c94

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,3 +1,16 @@
1+
# [2.1.0](https://github.com/MorevM/eslint-config/compare/v2.0.0...v2.1.0) (2022-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **base:** Downgrade severity 'unicorn/no-unused-properties' to warn ([5b3e4aa](https://github.com/MorevM/eslint-config/commit/5b3e4aa5e2dbc6fc73804090ced0505cbec343b7))
7+
* **node:** Turn off rules under category `no-unsupported-features` ([28407c0](https://github.com/MorevM/eslint-config/commit/28407c06107ce7e553de7be1dd93077314e0f2a9))
8+
9+
10+
### Features
11+
12+
* **preset/all:** Add `vue2` config to preset `all` ([4f435ed](https://github.com/MorevM/eslint-config/commit/4f435ed53e645b7bdd55c8e1f5cf394ddde1a54e))
13+
114
# [2.0.0](https://github.com/MorevM/eslint-config/compare/v1.1.1...v2.0.0) (2022-01-30)
215

316

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

0 commit comments

Comments
 (0)