Skip to content

Commit ca0891f

Browse files
committed
4.0.1
1 parent 8b222f6 commit ca0891f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.0.1 - 2017-11-03
2+
3+
- Fixed: bug when using the `tint`, `shade`, and `contrast` adjusters along with the `alpha` adjuster
4+
([#33](https://github.com/postcss/postcss-color-function/pull/33) - @tylergaw)
5+
16
# 4.0.0 - 2017-05-15
27

38
- Added: compatibility with postcss v6.x
@@ -8,7 +13,7 @@
813
- Changed: send postcss warning when color function cannot be parsed instead of throwing
914
([#35](https://github.com/postcss/postcss-color-function/pull/35) - @drewbourne)
1015
- Changed: send a postcss message when color function contains a var()
11-
([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne)
16+
([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne)
1217

1318
# 2.0.1 - 2016-03-15
1419

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": "4.0.0",
3+
"version": "4.0.1",
44
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)