diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d4fbf0..ad526e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.5.9](https://github.com/AtomLinter/linter-eslint/compare/v8.5.8...v8.5.9) (2021-03-14) + + +### Bug Fixes + +* require an up to date linter ([c4462de](https://github.com/AtomLinter/linter-eslint/commit/c4462dedade0b12948943101094bd8b489242b75)) + ## [8.5.8](https://github.com/AtomLinter/linter-eslint/compare/v8.5.7...v8.5.8) (2021-03-14) diff --git a/package.json b/package.json index 181c81b1..096275cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-eslint", "main": "./src/main.js", - "version": "8.5.8", + "version": "8.5.9", "description": "Lint JavaScript on the fly, using ESLint", "repository": "https://github.com/AtomLinter/linter-eslint.git", "license": "MIT",