Skip to content

Commit c5415fc

Browse files
chore(release): publish new version
- @webpack-cli/[email protected] - [email protected]
1 parent 6a9aac9 commit c5415fc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/generators/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+
## [2.4.1](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-10-18)
7+
8+
**Note:** Version bump only for package @webpack-cli/generators
9+
610
# [2.4.0](https://github.com/webpack/webpack-cli/compare/@webpack-cli/[email protected]...@webpack-cli/[email protected]) (2021-10-06)
711

812
### Bug Fixes

packages/generators/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webpack-cli/generators",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Webpack-CLI generators",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -22,7 +22,7 @@
2222
"plugin-template"
2323
],
2424
"dependencies": {
25-
"webpack-cli": "^4.9.0",
25+
"webpack-cli": "^4.9.1",
2626
"yeoman-environment": "^2.10.3",
2727
"yeoman-generator": "^4.12.0"
2828
},

packages/webpack-cli/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+
## [4.9.1](https://github.com/webpack/webpack-cli/compare/[email protected]@4.9.1) (2021-10-18)
7+
8+
### Bug Fixes
9+
10+
- compatibility with dynamic `import` ([#3006](https://github.com/webpack/webpack-cli/issues/3006)) ([6a9aac9](https://github.com/webpack/webpack-cli/commit/6a9aac99665f0d2f2f0c58c757c6befbc7734c8f))
11+
612
# [4.9.0](https://github.com/webpack/webpack-cli/compare/[email protected]@4.9.0) (2021-10-06)
713

814
### Bug Fixes

packages/webpack-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)