Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semigradsky committed May 15, 2017
1 parent 60db5cc commit 5d7e37a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 4.0.0 - 2017-05-15

- Added: compatibility with postcss v6.x
- Updated dependencies

# 3.0.1 - 2016-11-28

- Bump `color` dependency version
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Shinnosuke Watanabe
Copyright (c) 2017 Shinnosuke Watanabe

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ postcss()

## License

Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)
Copyright (c) 2017 [Shinnosuke Watanabe](https://github.com/shinnn)

Licensed under [the MIT License](./LICENSE).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-color-gray",
"version": "3.0.1",
"version": "4.0.0",
"description": "PostCSS plugin to transform gray() function to today's CSS",
"repository": "https://github.com/postcss/postcss-color-gray.git",
"author": {
Expand Down

0 comments on commit 5d7e37a

Please sign in to comment.