Skip to content

Commit b087cce

Browse files
chore(release): new release
1 parent 6594ea3 commit b087cce

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/kind-ducks-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-brooms-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/create-webpack-app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Covert templates to ECMA modules syntax. (by [@ThierryRakotomanana](https://github.com/ThierryRakotomanana) in [#4709](https://github.com/webpack/webpack-cli/pull/4709))
8+
9+
### Patch Changes
10+
11+
- Use default logic to determine the host for webpack-dev-server. (by [@ThierryRakotomanana](https://github.com/ThierryRakotomanana) in [#4715](https://github.com/webpack/webpack-cli/pull/4715))
12+
313
## 2.0.1
414

515
### Patch Changes

packages/create-webpack-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-webpack-app",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "CLI for scaffolding webpack projects using default config, framework templates, loader or plugins templates",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)