Skip to content

Commit

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

## 7.0.3
* Fix tokenizer extendability (by Andrew Powell).
* Reduce npm package size.

## 7.0.2
* Fix warning text (by Rui Pedro M Lima).

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.2'
this.version = '7.0.3'
/**
* Plugins added to this processor.
*
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "7.0.2",
"version": "7.0.3",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=6.0.0"
Expand Down Expand Up @@ -407,7 +407,9 @@
"sanitization",
"A CI",
"Browserify or",
"as ES6"
"as ES6",
"extendability",
"Powell"
]
}
}

0 comments on commit b8ef013

Please sign in to comment.