Skip to content

Commit

Permalink
Release 5.2.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 26, 2016
1 parent 6e3e4d5 commit 9883db8
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.2
* Update `Processor#version`.

## 5.2.1
* Fix source map path for CSS without `from` option (by Michele Locati).

Expand Down
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Processor {
* throw new Error('This plugin works only with PostCSS 5');
* }
*/
this.version = '5.2.0';
this.version = '5.2.2';
/**
* @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.1",
"version": "5.2.2",
"description": "Tool for transforming styles with JS plugins",
"typings": "d.ts/postcss.d.ts",
"engines": {
Expand Down

0 comments on commit 9883db8

Please sign in to comment.