Skip to content

Commit 0c53fed

Browse files
authored
Merge pull request #265 from posthtml/milestone-0.4.1
ci: fix for node 4
2 parents 0dd5289 + c89fa18 commit 0c53fed

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.4.1"></a>
2+
## <small>0.4.1 (2018-02-20)</small>
3+
4+
* 0.4.1 ([beec2b1](https://github.com/posthtml/posthtml-cli/commit/beec2b1))
5+
* ci: fix for node 4 ([ca95215](https://github.com/posthtml/posthtml-cli/commit/ca95215))
6+
* build: fix lost is-promise ([057ca98](https://github.com/posthtml/posthtml-cli/commit/057ca98))
7+
* build: update changelog ([8c788b5](https://github.com/posthtml/posthtml-cli/commit/8c788b5))
8+
9+
10+
111
<a name="0.4.0"></a>
212
## 0.4.0 (2018-02-20)
313

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml-cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"fast-glob": "^2.0.4",
41-
"get-cff": "^0.1.1",
41+
"get-cff": "^0.1.2",
4242
"make-dir": "^1.2.0",
4343
"meow": "^4.0.0",
4444
"path-exists": "^3.0.0",

0 commit comments

Comments
 (0)