We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f70e1 commit 6f91e23Copy full SHA for 6f91e23
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 8.1.5
5
+* Fixed Node.js 15 warning (by 沈鸿飞).
6
+
7
## 8.1.4
8
* Fixed TypeScript definition (by Arthur Petrie).
9
lib/processor.js
@@ -5,7 +5,7 @@ let Root = require('./root')
class Processor {
constructor (plugins = []) {
- this.version = '8.1.4'
+ this.version = '8.1.5'
this.plugins = this.normalize(plugins)
10
}
11
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "8.1.4",
+ "version": "8.1.5",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
0 commit comments