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 8b4a8b1 commit c7bae29Copy full SHA for c7bae29
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](https://semver.org/).
3
4
+## 8.3.4
5
+* Fixed broken AST detection.
6
+
7
## 8.3.3
8
* Fixed broken AST on `postcss` dependency duplication in custom parsers.
9
lib/processor.js
@@ -6,7 +6,7 @@ let Root = require('./root')
class Processor {
constructor(plugins = []) {
- this.version = '8.3.3'
+ this.version = '8.3.4'
10
this.plugins = this.normalize(plugins)
11
}
12
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "8.3.3",
+ "version": "8.3.4",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
0 commit comments