diff --git a/CHANGELOG.md b/CHANGELOG.md index 4673ae5..8c35a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.2.1 / 2016-06-06 + +### Highlights +* disallowAttributeInterpolation: More accurate handling +* disallowAttributeContatentation: More accurate concatenation detection +* Adds requireStrictExtensions rule + +### Changes +[v2.2.0...v2.2.1](https://github.com/pugjs/pug-lint/compare/v2.2.0...v2.2.1) + ## v2.2.0 / 2016-06-02 ### Highlights diff --git a/package.json b/package.json index 6642d06..95d4ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.2.0", + "version": "2.2.1", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",