Skip to content

Commit

Permalink
Release 8.2.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 22, 2021
1 parent 7b541eb commit 2a1898c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).

## 8.2.11
* Fixed `DEP0148` warning in Node.js 16.
* Fixed docs (by @semiromid).

## 8.2.10
* Fixed ReDoS vulnerabilities in source map parsing.
* Fixed webpack 5 support (by Barak Igal).
Expand Down
2 changes: 1 addition & 1 deletion lib/processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let Root = require('./root')

class Processor {
constructor(plugins = []) {
this.version = '8.2.10'
this.version = '8.2.11'
this.plugins = this.normalize(plugins)
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "8.2.10",
"version": "8.2.11",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit 2a1898c

Please sign in to comment.