diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e6d6a..600e6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.6.0](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.5.2...v1.6.0) (2021-01-17) + + +### Features + +* add `use-env-prefix` rules ([#113](https://github.com/gridsome/eslint-plugin-gridsome/issues/113)) ([134ab7e](https://github.com/gridsome/eslint-plugin-gridsome/commit/134ab7ea87031af349f829a906fa4541f88d1af4)) + + + ## [1.5.2](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.5.1...v1.5.2) (2020-12-22) diff --git a/package-lock.json b/package-lock.json index 2db39e5..f9f7ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14883a0..ef2e84a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.5.2", + "version": "1.6.0", "keywords": [ "eslint", "eslintplugin",