Skip to content

Commit 67e3d7b

Browse files
committed
Release 7.0.36 version
1 parent 54cbf3c commit 67e3d7b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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+
## 7.0.36
5+
* Backport ReDoS vulnerabilities from PostCSS 8.
6+
47
## 7.0.35
58
* Add migration guide link to PostCSS 8 error text.
69

lib/processor.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Processor {
2525
* throw new Error('This plugin works only with PostCSS 6')
2626
* }
2727
*/
28-
this.version = '7.0.35'
28+
this.version = '7.0.36'
2929
/**
3030
* Plugins added to this processor.
3131
*

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "7.0.35",
3+
"version": "7.0.36",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": ">=6.0.0"
@@ -436,7 +436,9 @@
436436
"Solovev",
437437
"VS",
438438
"iOS",
439-
"maintainers"
439+
"maintainers",
440+
"Backport",
441+
"ReDoS"
440442
]
441443
}
442444
}

0 commit comments

Comments
 (0)