Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 10, 2016
1 parent 44fcff6 commit 82d259e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 5.2.1 - 2016-04-10

- Fixed: support for multiline value
([#27](https://github.com/postcss/postcss-calc/pull/27))


# 5.2.0 - 2016-01-08

- Added: "mediaQueries" option for `@media` support
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
"version": "5.2.0",
"version": "5.2.1",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
Expand All @@ -22,10 +22,12 @@
},
"devDependencies": {
"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"postcss-custom-properties": "^5.0.0",
"tape": "^3.0.0"
},
"scripts": {
"test": "eslint . && tape test"
"test": "eslint . && tape test",
"release": "npmpub"
}
}

0 comments on commit 82d259e

Please sign in to comment.