diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f0e5b..8d878a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.2.10](https://github.com/AtomLinter/linter-markdown/compare/v5.2.9...v5.2.10) (2019-09-17) + + +### Bug Fixes + +* **deps:** update dependency unified-engine-atom to v8 ([5fa0623](https://github.com/AtomLinter/linter-markdown/commit/5fa0623)) +* **deps:** update remark packages ([30b3339](https://github.com/AtomLinter/linter-markdown/commit/30b3339)) + ## [5.2.9](https://github.com/AtomLinter/linter-markdown/compare/v5.2.8...v5.2.9) (2019-06-20) diff --git a/package-lock.json b/package-lock.json index 7e4f60c..7fd01b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "linter-markdown", - "version": "5.2.9", + "version": "5.2.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7cc12f..8eec1ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "linter-markdown", "main": "lib/index.js", - "version": "5.2.9", + "version": "5.2.10", "description": "Lint markdown on the fly, using remark-lint", "scripts": { "lint": "remark README.md LICENSE.md && eslint lib spec",