Skip to content

Commit 5fff625

Browse files
committed
release: Release version 3.1.4
1 parent 519a9e8 commit 5fff625

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.4](https://github.com/MorevM/eslint-config/compare/v3.1.3...v3.1.4) (2022-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Add `node 15` to package json `engines` field ([519a9e8](https://github.com/MorevM/eslint-config/commit/519a9e8469b238bf4b5cbe20e6703d0d9873a509))
7+
18
## [3.1.3](https://github.com/MorevM/eslint-config/compare/v3.1.2...v3.1.3) (2022-02-02)
29

310

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

0 commit comments

Comments
 (0)