From f81762848de1b6eafa0efcf30383e79999c9c4d1 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 30 Jun 2014 21:39:53 +0900 Subject: [PATCH] Release 2.1 verion --- ChangeLog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 787c46ab2..1fcc41d6f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +## 2.1 “Eleftheria i thanatos” +* Add support for `clip-path` and `mask` properties. +* Return `-webkit-` prefix to `filter` with SVG URI. + ## 2.0.2 * Add readable names for new browsers from 2.0 release. * Don’t add `-webkit-` prefix to `filter` with SVG URI. diff --git a/package.json b/package.json index 8f782590e..8a9d3ca95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "2.0.2", + "version": "2.1.0", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": ["css", "prefix", "postprocessor", "postcss"], "author": "Andrey Sitnik ",