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