Skip to content

Commit c262cbd

Browse files
committed
Release 4.0 version
1 parent 3353c6c commit c262cbd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 4.0
5+
* Moved to PostCSS 8.
6+
* Moved `postcss` to `peerDependencies`.
7+
48
## 3.0
59
* Use PostCSS 7.
610
* Remove Node.js 4 support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-will-change",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "PostCSS plugin to insert 3D hack before will-change property",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)