Skip to content

Commit 1493329

Browse files
committed
4.1.0
1 parent fd32fee commit 1493329

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.1.0 - 2015-04-09
2+
3+
- Added: compatibility with postcss v4.1.x ([#12](https://github.com/postcss/postcss-calc/pull/12))
4+
15
# 4.0.1 - 2015-04-09
26

37
- Fixed: `preserve` option does not create duplicated values ([#7](https://github.com/postcss/postcss-calc/issues/7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-calc",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "PostCSS plugin to reduce calc()",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)