Skip to content

Commit

Permalink
Release 4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 5, 2022
1 parent 1f65a74 commit 06f8530
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/).

## 4.0
* Removed Node.js 10 support.
* Moved `postcss` to `peerDependencies`.
* Added case preserving of CSS Custom Properties (by Jordan Pittman).
* Fixed `package.exports`.

## 3.0.3
* Reverted `package.exports` Node.js 15 fix.

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": "3.0.3",
"version": "4.0.0",
"description": "PostCSS for CSS-in-JS and styles in JS objects",
"keywords": [
"postcss",
Expand Down

0 comments on commit 06f8530

Please sign in to comment.