Skip to content

Commit 9bc81c4

Browse files
committed
Release 8.5.12 version
1 parent 85c4d7d commit 9bc81c4

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## 8.5.12
6+
7+
- Fixed reading any file via user-generated CSS.
8+
- Added `opts.unsafeMap` to disable checks.
9+
510
## 8.5.11
611

712
- Fixed nested brackets parsing performance (by @offset).

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

0 commit comments

Comments
 (0)