Skip to content

Commit f27b25d

Browse files
committed
2.0.0 (switch to postcss 5.x)
1 parent 9fec71f commit f27b25d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: node_js
2+
node_js:
3+
- iojs

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.0.0 - 2015-09-07
2+
3+
- Removed: compatibility with postcss v4.x
4+
([#14](https://github.com/postcss/postcss-color-function/pull/14))
5+
- Added: compatibility with postcss v5.x
6+
([#14](https://github.com/postcss/postcss-color-function/pull/14))
7+
18
# 1.3.2 - 2015-07-08
29

310
- Fixed: the plugin now do now transform all functions that match `*color(` but

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-function",
3-
"version": "1.3.2",
3+
"version": "2.0.0",
44
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
55
"keywords": [
66
"css",
@@ -17,8 +17,6 @@
1717
"url": "https://github.com/postcss/postcss-color-function.git"
1818
},
1919
"files": [
20-
"CHANGELOG.md",
21-
"LICENSE",
2220
"index.js"
2321
],
2422
"dependencies": {

0 commit comments

Comments
 (0)