Skip to content

Commit 06f8530

Browse files
committed
Release 4.0 version
1 parent 1f65a74 commit 06f8530

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## 4.0
5+
* Removed Node.js 10 support.
6+
* Moved `postcss` to `peerDependencies`.
7+
* Added case preserving of CSS Custom Properties (by Jordan Pittman).
8+
* Fixed `package.exports`.
9+
410
## 3.0.3
511
* Reverted `package.exports` Node.js 15 fix.
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-js",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "PostCSS for CSS-in-JS and styles in JS objects",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)