Skip to content

Commit 2c3a111

Browse files
committed
Release 7.0.33 version
1 parent 4105f21 commit 2c3a111

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+
## 7.0.33
5+
* Add error message for PostCSS 8 plugins.
6+
47
## 7.0.32
58
* Fix error message (by @admosity).
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.32'
28+
this.version = '7.0.33'
2929
/**
3030
* Plugins added to this processor.
3131
*

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": "7.0.32",
3+
"version": "7.0.33",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": ">=6.0.0"

0 commit comments

Comments
 (0)