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 2c04213 commit bdd0c12Copy full SHA for bdd0c12
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0
5
+* Removed Node.js 16, 14, and 12 support.
6
+* Added `Root#source.end`.
7
+
8
## 6.0
9
* Removed Node.js 10 support.
10
* Moved `postcss` to `peerDependencies`.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-safe-parser",
- "version": "6.0.0",
+ "version": "7.0.0",
"description": "Fault-tolerant CSS parser for PostCSS",
"keywords": [
"css",
0 commit comments