Skip to content

Commit

Permalink
Release 6.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed May 7, 2017
1 parent b09b42a commit 4e42dad
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](http://semver.org/).

## 6.0.1
* Fix parser extensibility to use it in Safe Parser.

## 6.0 “Marquis Orias”
* Remove node.js 0.12 support.
* Remove deprecated method from PostCSS 4.
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ class Processor {
* throw new Error('This plugin works only with PostCSS 5');
* }
*/
this.version = '6.0.0';
this.version = '6.0.1';
/**
* @member {pluginFunction[]} - Plugins added to this processor.
*
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": "6.0.0",
"version": "6.0.1",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=4.0.0"

0 comments on commit 4e42dad

Please sign in to comment.