diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a9c93..a8df4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.4.13](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.12...v1.4.13) (2020-06-23) + + +### Features + +* follow ESLint v7 ([59eb4fa](https://github.com/gridsome/eslint-plugin-gridsome/commit/59eb4fada38fea400201051f3551593ce0eac757)) + + + ## [1.4.12](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.11...v1.4.12) (2020-05-22) diff --git a/package-lock.json b/package-lock.json index 023b562..e5be863 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.4.12", + "version": "1.4.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6624829..04953c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.4.12", + "version": "1.4.13", "keywords": [ "eslint", "eslintplugin",