File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
+ ## 7.0.39
5
+ * Reduce package size.
6
+ * Backport ` nanocolors ` to ` picocolors ` migration.
7
+
4
8
## 7.0.38
5
9
* Update ` Processor#version ` .
6
10
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Processor {
25
25
* throw new Error('This plugin works only with PostCSS 6')
26
26
* }
27
27
*/
28
- this . version = '7.0.38 '
28
+ this . version = '7.0.39 '
29
29
/**
30
30
* Plugins added to this processor.
31
31
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 7.0.38 " ,
3
+ "version" : " 7.0.39 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " >=6.0.0"
You can’t perform that action at this time.
0 commit comments