Skip to content

Commit 941e7fd

Browse files
committed
Release 6.0 version
1 parent 50d68fc commit 941e7fd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
## 6.0
5+
* Removed Node.js 10 support.
6+
* Moved `postcss` to `peerDependencies`.
7+
48
## 5.0.2
59
* Added funding links.
610

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-safe-parser",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "Fault-tolerant CSS parser for PostCSS",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)