Skip to content

Commit 7e68b54

Browse files
committed
Release 8.1.7 version
1 parent 63a810d commit 7e68b54

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.7
5+
* Fix `import` support in TypeScript (by Remco Haszing).
6+
47
## 8.1.6
58
* Reverted `package.exports` Node.js 15 fix.
69

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.6'
8+
this.version = '8.1.7'
99
this.plugins = this.normalize(plugins)
1010
}
1111

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.1.6",
3+
"version": "8.1.7",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy