We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4105f21 commit 2c3a111Copy full SHA for 2c3a111
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.33
5
+* Add error message for PostCSS 8 plugins.
6
+
7
## 7.0.32
8
* Fix error message (by @admosity).
9
lib/processor.es6
@@ -25,7 +25,7 @@ class Processor {
25
* throw new Error('This plugin works only with PostCSS 6')
26
* }
27
*/
28
- this.version = '7.0.32'
+ this.version = '7.0.33'
29
/**
30
* Plugins added to this processor.
31
*
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss",
- "version": "7.0.32",
+ "version": "7.0.33",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
0 commit comments