Skip to content

Commit

Permalink
Release 2.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 30, 2014
1 parent 905f362 commit bda5d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,8 @@
## 2.0.2
* Add readable names for new browsers from 2.0 release.
* Don’t add `-webkit-` prefix to `filter` with SVG URI.
* Don’t add `-o-` prefix 3D transforms.

## 2.0.1
* Save declaration style, when clone declaration to prefix.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "2.0.1",
"version": "2.0.2",
"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 <andrey@sitnik.ru>",
Expand Down

0 comments on commit bda5d60

Please sign in to comment.