Skip to content

Commit 2502f75

Browse files
committed
Release 8.5.11 version
1 parent 5ca1901 commit 2502f75

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.11
6+
7+
- Fixed nested brackets parsing performance.
8+
59
## 8.5.10
610

711
- Fixed XSS via unescaped `</style>` in non-bundler cases (by @TharVid).

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.10'
10+
this.version = '8.5.11'
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.10",
3+
"version": "8.5.11",
44
"description": "Tool for transforming styles with JS plugins",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)