File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-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] ( https://semver.org/ ) .
3
3
4
+ ## 8.5.2
5
+ * Fixed end position of rules with semicolon (by @romainmenke ).
6
+
4
7
## 8.5.1
5
8
* Fixed backwards compatibility for complex cases (by @romainmenke ).
6
9
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let Root = require('./root')
7
7
8
8
class Processor {
9
9
constructor ( plugins = [ ] ) {
10
- this . version = '8.5.1 '
10
+ this . version = '8.5.2 '
11
11
this . plugins = this . normalize ( plugins )
12
12
}
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 8.5.1 " ,
3
+ "version" : " 8.5.2 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " ^10 || ^12 || >=14"
You can’t perform that action at this time.
0 commit comments