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 79508ff commit eae46dbCopy full SHA for eae46db
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
+## 8.5.15
6
+
7
+- Fixed declaration parsing performance (by @homanp).
8
9
## 8.5.14
10
11
- Fixed custom syntax regression (by @43081j).
lib/processor.js
@@ -7,7 +7,7 @@ let Root = require('./root')
class Processor {
constructor(plugins = []) {
- this.version = '8.5.14'
+ this.version = '8.5.15'
this.plugins = this.normalize(plugins)
12
}
13
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss",
- "version": "8.5.14",
+ "version": "8.5.15",
"description": "Tool for transforming styles with JS plugins",
"keywords": [
"css",
0 commit comments