File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 2.4.1] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.4.0...@webpack-cli/generators@2.4.1 ) (2021-10-18)
7
+
8
+ ** Note:** Version bump only for package @webpack-cli/generators
9
+
6
10
# [ 2.4.0] ( https://github.com/webpack/webpack-cli/compare/@webpack-cli/generators@2.3.0...@webpack-cli/generators@2.4.0 ) (2021-10-06)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webpack-cli/generators" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"description" : " Webpack-CLI generators" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
22
22
" plugin-template"
23
23
],
24
24
"dependencies" : {
25
- "webpack-cli" : " ^4.9.0 " ,
25
+ "webpack-cli" : " ^4.9.1 " ,
26
26
"yeoman-environment" : " ^2.10.3" ,
27
27
"yeoman-generator" : " ^4.12.0"
28
28
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 4.9.1] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.0...webpack-cli@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
+
6
12
# [ 4.9.0] ( https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.0 ) (2021-10-06)
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-cli" ,
3
- "version" : " 4.9.0 " ,
3
+ "version" : " 4.9.1 " ,
4
4
"description" : " CLI for webpack & friends" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments