diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e18c5..fd8e7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.1.4 / 2016-02-25 + +### Highlights +* Allows commenting in config files +* disallowMultipleLineBreaks now uses lines in source rather than tokens to allow for multi-line attribute and mixin blocks +* disallowAttributeConcatenation now handles `+` characters in quotes + +### Changes +[v2.1.3...v2.1.4](https://github.com/pugjs/pug-lint/compare/v2.1.3...v2.1.4) + ## v2.1.3 / 2016-01-20 ### Highlights diff --git a/package.json b/package.json index a4fee62..89035d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.1.3", + "version": "2.1.4", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",