Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 1, 2015
1 parent 9d11190 commit 0999bf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0 - 2015-05-01

- Added: New copy value for `url` option

# 3.0.0 - 2015-03-02

- Changed: upgraded to postcss v4.1.x
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-url",
"version": "3.0.0",
"version": "3.1.0",
"description": "PostCSS plugin to rebase or inline on url().",
"keywords": [
"css",
Expand All @@ -27,12 +27,12 @@
"directory-encoder": "^0.6.1",
"js-base64": "^2.1.5",
"mime": "^1.2.11",
"mkdirp": "^0.5.0",
"path-is-absolute": "^1.0.0",
"reduce-function-call": "^1.0.1"
},
"devDependencies": {
"eslint": "^0.18.0",
"mkdirp": "^0.5.0",
"postcss": "^4.1.0",
"postcss-import": "^5.0.0",
"tape": "^3.0.0"
Expand Down

0 comments on commit 0999bf8

Please sign in to comment.