Skip to content

Commit

Permalink
Release 8.2.13 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 26, 2021
1 parent 41d3f33 commit 030bd25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).

## 8.2.13
* Fixed ReDoS vulnerabilities in source map parsing (by Yeting Li).

## 8.2.12
* Fixed `package.json` exports.

Expand Down
2 changes: 1 addition & 1 deletion lib/processor.js
Expand Up @@ -5,7 +5,7 @@ let Root = require('./root')

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "8.2.12",
"version": "8.2.13",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": "^10 || ^12 || >=14"
Expand Down

0 comments on commit 030bd25

Please sign in to comment.