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 Jun 14, 2021
1 parent caaf0ee commit 37e01a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.0
* Removed Node.js 10 support.
* Moved `postcss` to `peerDependencies`.

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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sugarss",
"version": "3.0.3",
"version": "4.0.0",
"description": "Indent-based CSS syntax for PostCSS",
"keywords": [
"css",
Expand Down Expand Up @@ -33,7 +33,7 @@
"./tokenize": "./tokenize.js"
},
"peerDependencies": {
"postcss": "^8.2.14"
"postcss": "^8.3.3"
},
"devDependencies": {
"@logux/eslint-config": "^45.4.4",
Expand Down

0 comments on commit 37e01a1

Please sign in to comment.