Skip to content

Commit

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

## 8.2.10
* Fixed ReDoS vulnerabilities in source map parsing.
* Fixed webpack 5 support (by Barak Igal).
* Fixed docs (by Roeland Moors).

## 8.2.9
* Exported `NodeErrorOptions` type (by Rouven Weßling).

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.9'
this.version = '8.2.10'
this.plugins = this.normalize(plugins)
}

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "8.2.9",
"version": "8.2.10",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down Expand Up @@ -294,7 +294,8 @@
"TypeDoc",
"ES",
"Deno",
"AVIF"
"AVIF",
"ReDoS"
]
}
}

0 comments on commit 8395d9f

Please sign in to comment.