Skip to content

Commit 3ca7ce0

Browse files
authored
fix: Add CHANGELOG sections from 5-x-stable (#3166)
There have been some releases in the 5-x-stable branch, and these are backfill entries for that.
1 parent 4f1a5f1 commit 3ca7ce0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
44

5-
## [[6.0.0]](https://github.com/rails/webpacker/compare/v5.1.1...master) - 2021-TBD
5+
## [[6.0.0]](https://github.com/rails/webpacker/compare/v5.4.3...master) - 2021-TBD
66

77
Please see [UPGRADE GUIDE](./docs/v6_upgrade.md) for more information.
88

@@ -26,6 +26,20 @@ environment.loaders.append('nodeModules', nodeModules)
2626
- Splitchunks enabled by default
2727
- CSS extraction enabled by default, except when devServer is configured and running
2828

29+
## [[5.4.3]](https://github.com/rails/webpacker/compare/v5.4.2...v5.4.3) - 2021-09-14
30+
31+
- Specify webpack-dev-server to be v3, to avoid getting webpack-dev-server v4 (#3121)
32+
33+
## [[5.4.2]](https://github.com/rails/webpacker/compare/v5.4.1...v5.4.2) - 2021-08-20
34+
35+
- Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in-object as well.
36+
37+
## [[5.4.1]](https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1) - 2021-08-20
38+
39+
- Update all dependencies within the same major version (#3120)
40+
41+
- Fix babel warning about private-methods (#3016)
42+
2943
## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0) - 2021-05-18
3044

3145
- Fix compatibility with Psych 4

0 commit comments

Comments
 (0)