From bc234ea4c3ca332c0820958ad7756cd608447570 Mon Sep 17 00:00:00 2001 From: Ben Edwards Date: Thu, 25 Feb 2016 15:09:32 +0000 Subject: [PATCH] v2.1.6 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",