Skip to content

Commit 58b78d7

Browse files
committed
1.3.2
1 parent ed4fce6 commit 58b78d7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# 1.3.1 - 2015-07-08
1+
# 1.3.2 - 2015-07-08
22

33
- Fixed: the plugin now do now transform all functions that match `*color(` but
44
only the one that are real color function call
55
([#12](https://github.com/postcss/postcss-color-function/pull/12))
66

7+
# 1.3.1 - 2015-07-08 **YANKED**
8+
9+
_This was just 1.3.0._
10+
711
# 1.3.0 - 2015-06-13
812

913
- Changed: upgrade to PostCSS 4.1.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-function",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)