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 11# Change Log
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## 7.0.39
5+ * Reduce package size.
6+ * Backport ` nanocolors ` to ` picocolors ` migration.
7+
48## 7.0.38
59* Update ` Processor#version ` .
610
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Processor {
2525 * throw new Error('This plugin works only with PostCSS 6')
2626 * }
2727 */
28- this . version = '7.0.38 '
28+ this . version = '7.0.39 '
2929 /**
3030 * Plugins added to this processor.
3131 *
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss" ,
3- "version" : " 7.0.38 " ,
3+ "version" : " 7.0.39 " ,
44 "description" : " Tool for transforming styles with JS plugins" ,
55 "engines" : {
66 "node" : " >=6.0.0"
You can’t perform that action at this time.
0 commit comments