Skip to content

Commit 2c2e968

Browse files
committed
chore(version): v.2.0.11
1 parent 3307e3b commit 2c2e968

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="2.0.11"></a>
2+
# 2.0.11 (2018-03-10)
3+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.0.10...v2.0.11)
4+
5+
## Chore
6+
7+
* bundlesize: change threshold ([2aedfda](https://github.com/webpack/webpack-cli/commit/2aedfda))
8+
* deps: upgrade deps ([#319](https://github.com/webpack/webpack-cli/pull/319))
9+
* docs: update docs ([3307e3b](https://github.com/webpack/webpack-cli/commit/3307e3b))
10+
* es6: changed 'var' into 'const' where convenient ([#325](https://github.com/webpack/webpack-cli/pull/325))
11+
* test: updated tests file names ([#324](https://github.com/webpack/webpack-cli/pull/324))
12+
13+
## CLI
14+
15+
* init: Refactor Yeoman ([#323](https://github.com/webpack/webpack-cli/pull/323))
16+
* tapable: Remove Tapable#apply calls ([#305](https://github.com/webpack/webpack-cli/pull/305))
17+
18+
## Docs
19+
20+
* update README to remove inconsistent CLI messaging (#327) ([#328](https://github.com/webpack/webpack-cli/pull/328))
21+
22+
## Fix
23+
24+
* migrate: move options to use ([#308](https://github.com/webpack/webpack-cli/pull/308))
25+
* adding 'fix' to whitelist ([10a00df](https://github.com/webpack/webpack-cli/commit/10a00df))
26+
27+
## Misc
28+
29+
* deps: clean up dependencies ([7078282](https://github.com/webpack/webpack-cli/commit/7078282))
30+
* generator: Allow local paths to generators ([#265](https://github.com/webpack/webpack-cli/pull/265))
31+
* grammar: revise spelling and incorrect syntax ([#293](https://github.com/webpack/webpack-cli/pull/293))
32+
* readme: add npm badge ([#303](https://github.com/webpack/webpack-cli/pull/303))
33+
134
<a name="2.0.10"></a>
235
# 2.0.10 (2018-03-02)
336
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v2.0.4...v2.0.10)

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)