Skip to content

Commit 08c989c

Browse files
committed
Release 8.5.25 version
1 parent 24f6814 commit 08c989c

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.25
6+
7+
- Fixed 8.5.17 visitor regression.
8+
- Fixed `list.split()` for non-string values (by @amir-rezaei).
9+
510
## 8.5.24
611

712
- Preserve the BOM after the processing (by @hdimer).

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

0 commit comments

Comments
 (0)