Skip to content

Commit ce121e6

Browse files
authored
Merge pull request #159 from posthtml/milestone-0.2.12
Milestone 0.2.12
2 parents 3f5a65a + 004c7fd commit ce121e6

2 files changed

Lines changed: 25 additions & 9 deletions

File tree

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.2.12"></a>
2+
## 0.2.12 (2017-01-23)
3+
4+
* 0.2.12 ([4210a0a](https://github.com/posthtml/posthtml-cli/commit/4210a0a))
5+
* chore(changelog): Update changelog v0.2.11 ([f1fc5c4](https://github.com/posthtml/posthtml-cli/commit/f1fc5c4))
6+
* chore(package): update clinton to version 0.10.0 ([dfa3074](https://github.com/posthtml/posthtml-cli/commit/dfa3074))
7+
* chore(package): update clinton to version 0.11.0 ([a5d3f18](https://github.com/posthtml/posthtml-cli/commit/a5d3f18))
8+
* chore(package): update clinton to version 0.9.0 ([b550e97](https://github.com/posthtml/posthtml-cli/commit/b550e97))
9+
* chore(package): update depDev ([7fa2cc2](https://github.com/posthtml/posthtml-cli/commit/7fa2cc2))
10+
* chore(package): update execa to version 0.6.0 ([bcc22ba](https://github.com/posthtml/posthtml-cli/commit/bcc22ba))
11+
* chore(package): update husky to version 0.13.0 ([456210e](https://github.com/posthtml/posthtml-cli/commit/456210e))
12+
* chore(package): update post-load-plugins to version 0.0.6 ([acb6532](https://github.com/posthtml/posthtml-cli/commit/acb6532))
13+
* chore(package): update post-load-plugins to version 0.0.7 ([19274fe](https://github.com/posthtml/posthtml-cli/commit/19274fe))
14+
15+
16+
117
<a name="0.2.11"></a>
218
## 0.2.11 (2016-12-28)
319

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -39,9 +39,9 @@
3939
"dependencies": {
4040
"globby": "^6.1.0",
4141
"path-exists": "^3.0.0",
42-
"post-load-plugins": "0.0.6",
43-
"posthtml": "^0.9.1",
44-
"yargs": "^6.5.0"
42+
"post-load-plugins": "0.0.7",
43+
"posthtml": "^0.9.2",
44+
"yargs": "^6.6.0"
4545
},
4646
"devDependencies": {
4747
"ava": "*",
@@ -52,19 +52,19 @@
5252
"conventional-changelog-lint": "^1.1.0",
5353
"coveralls": "^2.11.15",
5454
"cpy": "^5.0.0",
55-
"eslint": "^3.12.2",
55+
"eslint": "^3.14.0",
5656
"eslint-config-standard": "^6.2.1",
5757
"eslint-formatter-pretty": "^1.1.0",
58-
"eslint-plugin-ava": "^4.0.0",
59-
"eslint-plugin-babel": "^4.0.0",
58+
"eslint-plugin-ava": "^4.0.1",
59+
"eslint-plugin-babel": "^4.0.1",
6060
"eslint-plugin-markdown": "^1.0.0-beta.3",
6161
"eslint-plugin-promise": "^3.4.0",
6262
"eslint-plugin-require-path-exists": "^1.1.5",
6363
"eslint-plugin-standard": "^2.0.1",
6464
"execa": "^0.6.0",
65-
"husky": "^0.12.0",
65+
"husky": "^0.13.0",
6666
"np": "^2.12.0",
67-
"nyc": "^10.0.1-candidate.0",
67+
"nyc": "^10.1.2",
6868
"posthtml-bem": "^0.2.2",
6969
"posthtml-css-modules": "^0.1.1",
7070
"posthtml-custom-elements": "^1.0.3",

0 commit comments

Comments
 (0)