We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519a9e8 commit 5fff625Copy full SHA for 5fff625
CHANGELOG.md
@@ -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
8
## [3.1.3](https://github.com/MorevM/eslint-config/compare/v3.1.2...v3.1.3) (2022-02-02)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@morev/eslint-config",
"description": "Strict shareable ESLint configuration that I personally use",
- "version": "3.1.3",
+ "version": "3.1.4",
"private": false,
"engines": {
"node": "^12.20.0 || ^14.13.1 || ^15.0.0 || >=16.0.0"
0 commit comments