Thanks to visit codestin.com Credit goes to github.com
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 6944e1d commit 3994c4aCopy full SHA for 3994c4a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.38
5
+* Update `Processor#version`.
6
+
7
## 7.0.37
8
* Backport `chalk` to `nanocolors` migration.
9
lib/processor.es6
@@ -25,7 +25,7 @@ class Processor {
25
* throw new Error('This plugin works only with PostCSS 6')
26
* }
27
*/
28
- this.version = '7.0.36'
+ this.version = '7.0.38'
29
/**
30
* Plugins added to this processor.
31
*
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "7.0.37",
+ "version": "7.0.38",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
0 commit comments