diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b172c1..c19a59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.1.10 / 2016-06-01 + +### Highlights +* Changes priority order, and fixes naming inconsistency, of supported config files + +### Changes +[v2.1.9...v2.1.10](https://github.com/pugjs/pug-lint/compare/v2.1.9...v2.1.10) + ## v2.1.9 / 2016-06-01 ### Highlights diff --git a/package.json b/package.json index e4d74a8..223c20d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.1.9", + "version": "2.1.10", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",