Skip to content

Commit 6f91e23

Browse files
committed
Release 8.1.5 version
1 parent a0f70e1 commit 6f91e23

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 8.1.5
5+
* Fixed Node.js 15 warning (by 沈鸿飞).
6+
47
## 8.1.4
58
* Fixed TypeScript definition (by Arthur Petrie).
69

lib/processor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let Root = require('./root')
55

66
class Processor {
77
constructor (plugins = []) {
8-
this.version = '8.1.4'
8+
this.version = '8.1.5'
99
this.plugins = this.normalize(plugins)
1010
}
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.1.4",
3+
"version": "8.1.5",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)