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 6791bd3 commit e17c1efCopy full SHA for e17c1ef
3 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.39
5
+* Reduce package size.
6
+* Backport `nanocolors` to `picocolors` migration.
7
+
8
## 7.0.38
9
* Update `Processor#version`.
10
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.38'
+ this.version = '7.0.39'
29
/**
30
* Plugins added to this processor.
31
*
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "7.0.38",
+ "version": "7.0.39",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
0 commit comments