Skip to content

Commit e016c25

Browse files
authored
Merge pull request #215 from posthtml/milestone-0.2.16
Milestone 0.2.16
2 parents 0135c5e + 4676e0e commit e016c25

File tree

3 files changed

+543
-720
lines changed

3 files changed

+543
-720
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.2.16"></a>
2+
## 0.2.16 (2017-04-03)
3+
4+
* 0.2.16 ([3153345](https://github.com/posthtml/posthtml-cli/commit/3153345))
5+
* chore(changelog): Update changelog v`npm view posthtml-cli version` ([affb53c](https://github.com/posthtml/posthtml-cli/commit/affb53c))
6+
* chore(package): update eslint to version 3.19.0 ([5f4ab4f](https://github.com/posthtml/posthtml-cli/commit/5f4ab4f))
7+
* chore(package): update post-load-plugins to version 0.0.15 ([6ef67f8](https://github.com/posthtml/posthtml-cli/commit/6ef67f8))
8+
* chore(package): update updtr to version 1.0.0 ([6f667a4](https://github.com/posthtml/posthtml-cli/commit/6f667a4))
9+
* chore(yarn.lock): add yarn ([e6610b6](https://github.com/posthtml/posthtml-cli/commit/e6610b6))
10+
11+
12+
113
<a name="0.2.15"></a>
214
## 0.2.15 (2017-03-31)
315

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"globby": "^6.1.0",
41-
"post-load-plugins": "0.0.14",
41+
"post-load-plugins": "0.0.15",
4242
"posthtml": "^0.9.2",
4343
"yargs": "^7.0.2"
4444
},
@@ -51,7 +51,7 @@
5151
"conventional-changelog-lint": "^1.1.8",
5252
"coveralls": "^2.13.0",
5353
"cpy": "^5.0.0",
54-
"eslint": "^3.18.0",
54+
"eslint": "^3.19.0",
5555
"eslint-config-standard": "^7.1.0",
5656
"eslint-formatter-pretty": "^1.1.0",
5757
"eslint-plugin-ava": "^4.0.1",
@@ -71,7 +71,7 @@
7171
"read-pkg": "^2.0.0",
7272
"tempfile": "^1.1.1",
7373
"testen": "^2.2.0",
74-
"updtr": "^0.2.3"
74+
"updtr": "^1.0.0"
7575
},
7676
"testen": {
7777
"node": [

0 commit comments

Comments
 (0)