Skip to content

Commit 3e04ba0

Browse files
committed
Release 3.0 version
1 parent 5c2861a commit 3e04ba0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
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+
## 3.0
5+
* Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
6+
* Moved to PostCSS 8.0.
7+
* Added ES modules support.
8+
* Avoid stringification of unitless values (by Rishabh Rathod).
9+
410
## 2.0.3
511
* Fix `from` option warning.
612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-js",
3-
"version": "2.0.3",
3+
"version": "3.0.0",
44
"description": "PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JS",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)