From 8d825d6a30eb9a7621ca88da67d00c50f0feca27 Mon Sep 17 00:00:00 2001 From: Sergey Melyukov Date: Wed, 26 Jul 2017 00:20:42 +0300 Subject: [PATCH] Release v0.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c4976..fed26a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.0 (July 26, 2017) + +- Pinned css-tree version to 1.0.0-alpha19 +- Improved accuracy and fixed edge-cases + ## 0.0.12 (January 20, 2017) - Fixed highlighting of `parse error` and `unknown properties` diff --git a/package.json b/package.json index 5cb1cb2..8ca036b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csstree-validator", - "version": "0.0.12", + "version": "0.1.0", "description": "Validate CSS according to W3C specs and browser implementations", "main": "lib/index.js", "repository": "csstree/atom-plugin",