Skip to content

Commit 9dc87a1

Browse files
committed
4.0.0
1 parent 03f40ec commit 9dc87a1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.0.0 - 2017-05-15
2+
3+
- Added: compatibility with postcss v6.x
4+
- Updated dependencies
5+
16
# 3.0.0 - 2017-02-01
27

38
- Changed: send postcss warning when color function cannot be parsed instead of throwing

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Maxime Thirouin & Ian Storm Taylor
3+
Copyright (c) 2017 Maxime Thirouin & Ian Storm Taylor
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

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

0 commit comments

Comments
 (0)