Skip to content

Commit 3efb166

Browse files
authored
Merge pull request #268 from posthtml/milestone-0.4.3
Milestone 0.4.3
2 parents a6e7e20 + 38ef446 commit 3efb166

3 files changed

Lines changed: 14 additions & 6 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.3"></a>
2+
## <small>0.4.3 (2018-02-21)</small>
3+
4+
* 0.4.3 ([18c699f](https://github.com/posthtml/posthtml-cli/commit/18c699f))
5+
* build: update changelog ([4ea9bac](https://github.com/posthtml/posthtml-cli/commit/4ea9bac))
6+
* build: update depDev ([d3cb15f](https://github.com/posthtml/posthtml-cli/commit/d3cb15f))
7+
* fix: deep-assign must be in dev ([675d952](https://github.com/posthtml/posthtml-cli/commit/675d952))
8+
9+
10+
111
<a name="0.4.2"></a>
212
## <small>0.4.2 (2018-02-21)</small>
313

package-lock.json

Lines changed: 2 additions & 4 deletions
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.2",
3+
"version": "0.4.3",
44
"description": "CLI for posthtml",
55
"license": "MIT",
66
"repository": "posthtml/posthtml-cli",
@@ -38,6 +38,7 @@
3838
],
3939
"dependencies": {
4040
"@babel/runtime": "^7.0.0-beta.40",
41+
"deep-assign": "^2.0.0",
4142
"fast-glob": "^2.0.4",
4243
"get-cff": "^0.1.2",
4344
"make-dir": "^1.2.0",
@@ -63,7 +64,6 @@
6364
"conventional-changelog-cli": "^1.3.14",
6465
"coveralls": "^3.0.0",
6566
"cpy": "^6.0.0",
66-
"deep-assign": "^2.0.0",
6767
"eslint": "^4.18.0",
6868
"eslint-config-xo": "^0.20.1",
6969
"eslint-config-xo-space": "^0.18.0",

0 commit comments

Comments
 (0)