We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d68fc commit 941e7fdCopy full SHA for 941e7fd
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 6.0
5
+* Removed Node.js 10 support.
6
+* Moved `postcss` to `peerDependencies`.
7
+
8
## 5.0.2
9
* Added funding links.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-safe-parser",
- "version": "5.0.2",
+ "version": "6.0.0",
"description": "Fault-tolerant CSS parser for PostCSS",
"keywords": [
"css",
0 commit comments