From 7b069baf69c7ca29f84f5b9343ef380c7c9d4021 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Wed, 1 Feb 2017 12:56:40 +0300 Subject: [PATCH 1/2] 0.2.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 073a64e..3836420 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-cli", - "version": "0.2.12", + "version": "0.2.13", "description": "CLI for posthtml", "license": "MIT", "repository": "posthtml/posthtml-cli", From 661322a6777b29d80e14d8f1d0ec39b87bc95f3d Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Wed, 1 Feb 2017 12:56:49 +0300 Subject: [PATCH 2/2] chore(changelog): Update changelog v0.2.13 --- changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.md b/changelog.md index c2c985d..929b53e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,16 @@ + +## 0.2.13 (2017-02-01) + +* 0.2.13 ([7b069ba](https://github.com/posthtml/posthtml-cli/commit/7b069ba)) +* chore(changelog): Update changelog v0.2.12 ([004c7fd](https://github.com/posthtml/posthtml-cli/commit/004c7fd)) +* chore(package): move path-exists to devDep ([68aaadc](https://github.com/posthtml/posthtml-cli/commit/68aaadc)) +* chore(package): update dep ([8030887](https://github.com/posthtml/posthtml-cli/commit/8030887)) +* chore(package): update post-load-plugins to version 0.0.8 ([3bc51f9](https://github.com/posthtml/posthtml-cli/commit/3bc51f9)) +* docs(readme): change branch master to ci badges ([4d34f75](https://github.com/posthtml/posthtml-cli/commit/4d34f75)) +* perf(cli): use native fs exists sync ([3bd8e49](https://github.com/posthtml/posthtml-cli/commit/3bd8e49)) + + + ## 0.2.12 (2017-01-23)