Skip to content

Commit 4857b9d

Browse files
committed
break: webpack-cli v.3.0.0
1 parent 660ce95 commit 4857b9d

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

package-lock.json

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "0.0.8-development",
3+
"version": "0.0.9-development",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -139,7 +139,11 @@
139139
},
140140
"@semantic-release/npm",
141141
{
142-
"assets": ["package.json", "bin/*.js", "docs"],
142+
"assets": [
143+
"package.json",
144+
"bin/*.js",
145+
"docs"
146+
],
143147
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
144148
}
145149
],
@@ -167,7 +171,9 @@
167171
"successComment": "Congratulations! :tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>). Thank you for contributing to webpack-cli! :blue_heart:"
168172
}
169173
],
170-
"publish": ["@semantic-release/github"]
174+
"publish": [
175+
"@semantic-release/github"
176+
]
171177
},
172178
"dependencies": {
173179
"chalk": "^2.4.1",

0 commit comments

Comments
 (0)