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