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] ( https://semver.org/ ) .
33
4+ ## 8.2.4
5+ * Added plugin name to ` postcss.plugin() ` warning (by Tom Williams).
6+ * Fixed docs (by Bill Columbia).
7+
48## 8.2.3
59* Fixed ` JSON.stringify(Node[]) ` support (by Niklas Mischkulnig).
610
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let Root = require('./root')
55
66class Processor {
77 constructor ( plugins = [ ] ) {
8- this . version = '8.2.3 '
8+ this . version = '8.2.4 '
99 this . plugins = this . normalize ( plugins )
1010 }
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss" ,
3- "version" : " 8.2.3 " ,
3+ "version" : " 8.2.4 " ,
44 "description" : " Tool for transforming styles with JS plugins" ,
55 "engines" : {
66 "node" : " ^10 || ^12 || >=14"
You can’t perform that action at this time.
0 commit comments