Skip to content

Commit

Permalink
Release 5.2.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 20, 2017
1 parent 5c058c0 commit 2db05c8
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
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 5.2.11
* Fix TypeScript definitions (by Jed Mao).

## 5.2.10
* Fix TypeScript definitions (by Jed Mao).

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.10';
this.version = '5.2.11';
/**
* @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.10",
"version": "5.2.11",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=0.12"
Expand Down

0 comments on commit 2db05c8

Please sign in to comment.