diff --git a/CHANGELOG.md b/CHANGELOG.md index a62a373..b5a5a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v2.1.6 / 2016-02-25 + +### Highlights +* Improves disallowAttributeConcatenation and disallowStringConcatenation to remove false positives + +### Changes +[v2.1.5...v2.1.6](https://github.com/pugjs/pug-lint/compare/v2.1.5...v2.1.6) + ## v2.1.5 / 2016-02-25 ### Highlights diff --git a/package.json b/package.json index a6be52f..fd43898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.1.5", + "version": "2.1.6", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",