Skip to content

Commit

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

## 7.0.33
* Add error message for PostCSS 8 plugins.

## 7.0.32
* Fix error message (by @admosity).

Expand Down
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Processor {
* throw new Error('This plugin works only with PostCSS 6')
* }
*/
this.version = '7.0.32'
this.version = '7.0.33'
/**
* Plugins added to this processor.
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2c3a111

Please sign in to comment.