Skip to content

Commit

Permalink
Release 5.0.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 3, 2016
1 parent eb3f7dc commit 36ffd7c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 5.0.14
* Allow to use PostCSS in webpack bundle without JSON loader.

## 5.0.13
* Fix `index` and `word` options in `Warning#toString` (by Bogdan Chadkin).
* Fix input source content loading in errors.
Expand Down
2 changes: 1 addition & 1 deletion lib/processor.es6
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import LazyResult from './lazy-result';

export default class Processor {

version = '5.0.13';
version = '5.0.14';

constructor(plugins = []) {
this.plugins = this.normalize(plugins);
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss",
"version": "5.0.13",
"version": "5.0.14",
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=0.12"
Expand All @@ -20,12 +20,12 @@
"license": "MIT",
"repository": "postcss/postcss",
"dependencies": {
"babel-plugin-add-module-exports": "0.1.1",
"babel-preset-es2015-loose": "6.1.3",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015-loose": "6.1.4",
"babel-preset-stage-0": "6.3.13",
"supports-color": "^3.1.2",
"source-map": "^0.5.1",
"babel-core": "6.3.17",
"babel-core": "6.3.26",
"js-base64": "^2.1.9"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"strip-ansi": "3.0.0",
"gulp-shell": "0.5.1",
"yaspeller": "2.6.0",
"fs-extra": "0.26.2",
"fs-extra": "0.26.3",
"isparta": "4.0.0",
"eslint": "1.10.3",
"sinon": "1.17.2",
Expand Down

0 comments on commit 36ffd7c

Please sign in to comment.