Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Edwards committed Feb 25, 2016
1 parent 49fa753 commit 34900cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@benedfit.com>",
"license": "ISC",
Expand Down

0 comments on commit 34900cc

Please sign in to comment.