File tree 3 files changed +5
-2
lines changed
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.4.30
5
+ * Improve sourcemap performance (by Romain Menke).
6
+
4
7
## 8.4.29
5
8
* Fixed ` Node#source.offset ` (by Ido Rosenthal).
6
9
* Fixed docs (by Christian Oliff).
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.4.29 '
10
+ this . version = '8.4.30 '
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.4.29 " ,
3
+ "version" : " 8.4.30 " ,
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