From c6b92e9f90fe1a8934ea716b88feca1475c1c863 Mon Sep 17 00:00:00 2001 From: Ben Edwards Date: Thu, 2 Jun 2016 14:34:57 +0100 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c19a59c..4673ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v2.2.0 / 2016-06-02 + +### Highlights +* Added support to extend configuration files from external resources such as files and modules +* Deprecated `preset` configuration option in favour of `extends` +* Updated to pug-lexer@2 + +### Changes +[v2.1.10...v2.2.0](https://github.com/pugjs/pug-lint/compare/v2.1.10...v2.2.0) + ## v2.1.10 / 2016-06-01 ### Highlights diff --git a/package.json b/package.json index 1ba186b..5b8fb78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.1.10", + "version": "2.2.0", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",