diff --git a/CHANGELOG.md b/CHANGELOG.md index 600e6a1..f425140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.6.1](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.6.0...v1.6.1) (2021-01-17) + + +### Bug Fixes + +* **use-env-prefix:** fix around treating filename ([#117](https://github.com/gridsome/eslint-plugin-gridsome/issues/117)) ([d25d1ae](https://github.com/gridsome/eslint-plugin-gridsome/commit/d25d1aea2e5c11e56ef871a1fd2b89ddbe849e7e)), closes [#116](https://github.com/gridsome/eslint-plugin-gridsome/issues/116) + + + # [1.6.0](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.5.2...v1.6.0) (2021-01-17) diff --git a/package-lock.json b/package-lock.json index f9f7ed2..b5d3e12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ef2e84a..4e5c3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.6.0", + "version": "1.6.1", "keywords": [ "eslint", "eslintplugin",