Skip to content

Commit

Permalink
Released 5.2.16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 7, 2017
1 parent aac7f5e commit a9d9656
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](http://semver.org/).

## 5.2.16
* Better error on wrong argument in node constructor.

## 5.2.15
* Fix TypeScript definitions (by bumbleblym).

Expand Down
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Processor {
* throw new Error('This plugin works only with PostCSS 5');
* }
*/
this.version = '5.2.15';
this.version = '5.2.16';
/**
* @member {pluginFunction[]} - 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": "5.2.15",
"version": "5.2.16",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=0.12"
Expand Down

0 comments on commit a9d9656

Please sign in to comment.