From e296becc7c7baa06fe56d4f4b6aa31d4e1f913db Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Fri, 23 Sep 2016 11:57:32 +0300 Subject: [PATCH] 1.0.3 --- HISTORY.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4485bae..3a63cad 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ ## 1.0.2 (September 23, 2016) -- Upgraded `csstree` to `1.0.0-alpha6` +- Updated `csstree` to `1.0.0-alpha6` (it was not updated by mistake) + +## 1.0.2 (September 23, 2016) + +- Updated `csstree` to `1.0.0-alpha6` - Use syntax validation error line and column when possible to more accurately indicate problem location - Improved message output for default reporter - Fixed CSS parse error output (or any other exception during validate) diff --git a/package.json b/package.json index cdd5aea..a9eef0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csstree-validator", - "version": "1.0.2", + "version": "1.0.3", "description": "CSS validator build on csstree", "keywords": [ "css",