From 456210e06a2bbe46ef27417178ea8cef4ef6322f Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Sun, 22 Jan 2017 03:57:05 +0400 Subject: [PATCH 1/5] chore(package): update husky to version 0.13.0 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9be6473..17d13e4 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-require-path-exists": "^1.1.5", "eslint-plugin-standard": "^2.0.1", "execa": "^0.6.0", - "husky": "^0.12.0", + "husky": "^0.13.0", "np": "^2.12.0", "nyc": "^10.0.1-candidate.0", "posthtml-bem": "^0.2.2", From 19274fed5b6aa54c316d68a9003598b2f4ec543d Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 23 Jan 2017 14:46:17 +0400 Subject: [PATCH 2/5] chore(package): update post-load-plugins to version 0.0.7 https://greenkeeper.io/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9be6473..5af1266 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "globby": "^6.1.0", "path-exists": "^3.0.0", - "post-load-plugins": "0.0.6", + "post-load-plugins": "0.0.7", "posthtml": "^0.9.1", "yargs": "^6.5.0" }, From 7fa2cc297bfb6bd33bb3ec6ef43fb38b2b075f0f Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 23 Jan 2017 14:11:14 +0300 Subject: [PATCH 3/5] chore(package): update depDev --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1ff9193..c4a9afe 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "globby": "^6.1.0", "path-exists": "^3.0.0", "post-load-plugins": "0.0.7", - "posthtml": "^0.9.1", - "yargs": "^6.5.0" + "posthtml": "^0.9.2", + "yargs": "^6.6.0" }, "devDependencies": { "ava": "*", @@ -52,11 +52,11 @@ "conventional-changelog-lint": "^1.1.0", "coveralls": "^2.11.15", "cpy": "^5.0.0", - "eslint": "^3.12.2", + "eslint": "^3.14.0", "eslint-config-standard": "^6.2.1", "eslint-formatter-pretty": "^1.1.0", - "eslint-plugin-ava": "^4.0.0", - "eslint-plugin-babel": "^4.0.0", + "eslint-plugin-ava": "^4.0.1", + "eslint-plugin-babel": "^4.0.1", "eslint-plugin-markdown": "^1.0.0-beta.3", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-require-path-exists": "^1.1.5", @@ -64,7 +64,7 @@ "execa": "^0.6.0", "husky": "^0.13.0", "np": "^2.12.0", - "nyc": "^10.0.1-candidate.0", + "nyc": "^10.1.2", "posthtml-bem": "^0.2.2", "posthtml-css-modules": "^0.1.1", "posthtml-custom-elements": "^1.0.3", From 4210a0a09a5f3123a6bfcd65b2da4f3cc6741800 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 23 Jan 2017 14:32:50 +0300 Subject: [PATCH 4/5] 0.2.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4a9afe..aff931c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-cli", - "version": "0.2.11", + "version": "0.2.12", "description": "CLI for posthtml", "license": "MIT", "repository": "posthtml/posthtml-cli", From 004c7fd67504a3f908f713d30bc8ec62b718c6f4 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Mon, 23 Jan 2017 14:32:57 +0300 Subject: [PATCH 5/5] chore(changelog): Update changelog v0.2.12 --- changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog.md b/changelog.md index 76ddbca..c2c985d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ + +## 0.2.12 (2017-01-23) + +* 0.2.12 ([4210a0a](https://github.com/posthtml/posthtml-cli/commit/4210a0a)) +* chore(changelog): Update changelog v0.2.11 ([f1fc5c4](https://github.com/posthtml/posthtml-cli/commit/f1fc5c4)) +* chore(package): update clinton to version 0.10.0 ([dfa3074](https://github.com/posthtml/posthtml-cli/commit/dfa3074)) +* chore(package): update clinton to version 0.11.0 ([a5d3f18](https://github.com/posthtml/posthtml-cli/commit/a5d3f18)) +* chore(package): update clinton to version 0.9.0 ([b550e97](https://github.com/posthtml/posthtml-cli/commit/b550e97)) +* chore(package): update depDev ([7fa2cc2](https://github.com/posthtml/posthtml-cli/commit/7fa2cc2)) +* chore(package): update execa to version 0.6.0 ([bcc22ba](https://github.com/posthtml/posthtml-cli/commit/bcc22ba)) +* chore(package): update husky to version 0.13.0 ([456210e](https://github.com/posthtml/posthtml-cli/commit/456210e)) +* chore(package): update post-load-plugins to version 0.0.6 ([acb6532](https://github.com/posthtml/posthtml-cli/commit/acb6532)) +* chore(package): update post-load-plugins to version 0.0.7 ([19274fe](https://github.com/posthtml/posthtml-cli/commit/19274fe)) + + + ## 0.2.11 (2016-12-28)