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 8a4003b commit 44a86a2Copy full SHA for 44a86a2
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.1
5
+* Fixed JSON inside CSS support (by @dengelke).
6
+
7
## 7.0
8
* Removed Node.js 16, 14, and 12 support.
9
* Added `Root#source.end`.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-safe-parser",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "Fault-tolerant CSS parser for PostCSS",
"keywords": [
"css",
0 commit comments