Skip to content

Commit 68ef056

Browse files
committedJun 7, 2021
chore(release): publish new version
- @webpack-cli/[email protected] - [email protected]
1 parent 2d7ab35 commit 68ef056

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed
 

‎packages/serve/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.5.0...@webpack-cli/serve@1.5.1) (2021-06-07)
7+
8+
### Bug Fixes
9+
10+
- broken serve with new CLI API ([#2770](https://github.com/webpack/webpack-cli/issues/2770)) ([2d7ab35](https://github.com/webpack/webpack-cli/commit/2d7ab3549c429193b4ed5fbc6174153c847e0330))
11+
612
# [1.5.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.4.0...@webpack-cli/serve@1.5.0) (2021-06-07)
713

814
### Bug Fixes

‎packages/serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/serve",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

‎packages/webpack-cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.7.2](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.1...webpack-cli@4.7.2) (2021-06-07)
7+
8+
**Note:** Version bump only for package webpack-cli
9+
610
## [4.7.1](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.7.1) (2021-06-07)
711

812
### Bug Fixes

‎packages/webpack-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.7.1",
3+
"version": "4.7.2",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {
@@ -32,7 +32,7 @@
3232
"@discoveryjs/json-ext": "^0.5.0",
3333
"@webpack-cli/configtest": "^1.0.4",
3434
"@webpack-cli/info": "^1.3.0",
35-
"@webpack-cli/serve": "^1.5.0",
35+
"@webpack-cli/serve": "^1.5.1",
3636
"colorette": "^1.2.1",
3737
"commander": "^7.0.0",
3838
"execa": "^5.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.