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) diff --git a/package.json b/package.json index 9be6473..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", @@ -39,9 +39,9 @@ "dependencies": { "globby": "^6.1.0", "path-exists": "^3.0.0", - "post-load-plugins": "0.0.6", - "posthtml": "^0.9.1", - "yargs": "^6.5.0" + "post-load-plugins": "0.0.7", + "posthtml": "^0.9.2", + "yargs": "^6.6.0" }, "devDependencies": { "ava": "*", @@ -52,19 +52,19 @@ "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", "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", + "nyc": "^10.1.2", "posthtml-bem": "^0.2.2", "posthtml-css-modules": "^0.1.1", "posthtml-custom-elements": "^1.0.3",