We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee9f14 commit 0ae0a49Copy full SHA for 0ae0a49
1 file changed
lib/processor.js
@@ -7,7 +7,7 @@ let Root = require('./root')
7
8
class Processor {
9
constructor(plugins = []) {
10
- this.version = '8.5.6'
+ this.version = '8.5.7'
11
this.plugins = this.normalize(plugins)
12
}
13
0 commit comments