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 b2c6d97 commit 65de537Copy full SHA for 65de537
3 files changed
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](https://semver.org/).
3
4
+## 8.5.8
5
+* Fixed `Processor#version`.
6
+
7
## 8.5.7
8
* Improved source map annotation cleaning performance (by CodeAnt AI).
9
lib/processor.js
@@ -7,7 +7,7 @@ let Root = require('./root')
class Processor {
constructor(plugins = []) {
10
- this.version = '8.5.7'
+ this.version = '8.5.8'
11
this.plugins = this.normalize(plugins)
12
}
13
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "8.5.7",
+ "version": "8.5.8",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
0 commit comments