Skip to content

Commit 746a53e

Browse files
committed
Release 8.1.2 version
1 parent b203c00 commit 746a53e

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 8.1.2
5+
* Fix API docs (by Arthur Petrie).
6+
* Improve plugin guide (by Yunus Gaziev).
7+
* Prepare code base for Deno support (by Oscar Otero).
8+
49
## 8.1.1
510
* Update funding link.
611

lib/processor.js

Lines changed: 1 addition & 1 deletion
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.1'
8+
this.version = '8.1.2'
99
this.plugins = this.normalize(plugins)
1010
}
1111

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"
@@ -281,7 +281,8 @@
281281
"WebStorm",
282282
"YIQ",
283283
"TypeDoc",
284-
"ES"
284+
"ES",
285+
"Deno"
285286
]
286287
}
287288
}

0 commit comments

Comments
 (0)