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 c551632 commit fe88ac2Copy full SHA for fe88ac2
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
5
+## 8.5.9
6
+
7
+- Speed up source map encoding paring in case of the error.
8
9
## 8.5.8
10
11
- Fixed `Processor#version`.
lib/processor.js
@@ -7,7 +7,7 @@ let Root = require('./root')
class Processor {
constructor(plugins = []) {
- this.version = '8.5.8'
+ this.version = '8.5.9'
this.plugins = this.normalize(plugins)
12
}
13
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss",
- "version": "8.5.8",
+ "version": "8.5.9",
"description": "Tool for transforming styles with JS plugins",
"keywords": [
"css",
0 commit comments