Skip to content

Commit

Permalink
Release 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 15, 2020
1 parent 5c2861a commit 3e04ba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.0
* Removed support for Node.js 6.x, 8.x, 11.x, and 13.x versions.
* Moved to PostCSS 8.0.
* Added ES modules support.
* Avoid stringification of unitless values (by Rishabh Rathod).

## 2.0.3
* Fix `from` option warning.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-js",
"version": "2.0.3",
"version": "3.0.0",
"description": "PostCSS for React Inline Styles, Radium, Free Style and other CSS-in-JS",
"keywords": [
"postcss",
Expand Down

0 comments on commit 3e04ba0

Please sign in to comment.