Skip to content

Commit c6b92e9

Browse files
author
Ben Edwards
committed
v2.2.0
1 parent 2a27811 commit c6b92e9

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.0 / 2016-06-02
2+
3+
### Highlights
4+
* Added support to extend configuration files from external resources such as files and modules
5+
* Deprecated `preset` configuration option in favour of `extends`
6+
* Updated to pug-lexer@2
7+
8+
### Changes
9+
[v2.1.10...v2.2.0](https://github.com/pugjs/pug-lint/compare/v2.1.10...v2.2.0)
10+
111
## v2.1.10 / 2016-06-01
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.1.10",
3+
"version": "2.2.0",
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)