Skip to content

Commit f72926c

Browse files
author
Ben Edwards
committed
v2.2.1
1 parent 3d66e4e commit f72926c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.2.1 / 2016-06-06
2+
3+
### Highlights
4+
* disallowAttributeInterpolation: More accurate handling
5+
* disallowAttributeContatentation: More accurate concatenation detection
6+
* Adds requireStrictExtensions rule
7+
8+
### Changes
9+
[v2.2.0...v2.2.1](https://github.com/pugjs/pug-lint/compare/v2.2.0...v2.2.1)
10+
111
## v2.2.0 / 2016-06-02
212

313
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pug-lint",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)",
55
"author": "Ben Edwards <[email protected]>",
66
"license": "ISC",

0 commit comments

Comments
 (0)