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 8408eb4 commit 4dd0af0Copy full SHA for 4dd0af0
2 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.37
5
+* Backport `chalk` to `nanocolors` migration.
6
+
7
## 7.0.36
8
* Backport ReDoS vulnerabilities from PostCSS 8.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "7.0.36",
+ "version": "7.0.37",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
0 commit comments