Skip to content

Commit fe88ac2

Browse files
committed
Release 8.5.9 version
1 parent c551632 commit fe88ac2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## 8.5.9
6+
7+
- Speed up source map encoding paring in case of the error.
8+
59
## 8.5.8
610

711
- Fixed `Processor#version`.

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let Root = require('./root')
77

88
class Processor {
99
constructor(plugins = []) {
10-
this.version = '8.5.8'
10+
this.version = '8.5.9'
1111
this.plugins = this.normalize(plugins)
1212
}
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.5.8",
3+
"version": "8.5.9",
44
"description": "Tool for transforming styles with JS plugins",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)