Skip to content

Commit

Permalink
Release 0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 7, 2013
1 parent b7df9e6 commit 3c98f16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 0.4 (Winter Is Coming)
* Remove outdated prefixes.
* Add border-radius and box-shadow properties to database.
* Change degrees in webkit gradients.

== 0.3 (Growing Strong)
* Rename `autoprefixer.filter()` to `autoprefixer.rework()`.
* Use own filters instead of Rework’s `prefix` and `prefixValue`.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.3.20130502",
"version": "0.4.20130507",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
"keywords": ["css", "prefix", "rework"],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.3.20130502",
"version": "0.4.20130507",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
"keywords": ["css", "prefix", "rework"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit 3c98f16

Please sign in to comment.