Skip to content

Commit

Permalink
Release 5.2.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 5, 2017
1 parent c70cc4e commit 6738884
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .yaspellerrc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@
"stringifing",
"Browserify",
"CodePen",
"LTS"
"LTS",
"Garet",
"McKinley"
]
}
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.12
* Fix typo in deprecation message (by Garet McKinley).

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

0 comments on commit 6738884

Please sign in to comment.