File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
4
4
5
- ## [[ 5.4.0]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
5
+ ## [[ 5.4.2]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
6
+
7
+ - Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in -object as well.
8
+
9
+ ## [[ 5.4.1]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
6
10
7
11
- Update all dependencies within the same major version (#3120 )
8
12
Original file line number Diff line number Diff line change 1
1
module Webpacker
2
2
# Change the version in package.json too, please!
3
- VERSION = "5.4.1 " . freeze
3
+ VERSION = "5.4.2 " . freeze
4
4
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rails/webpacker" ,
3
- "version" : " 5.4.1 " ,
3
+ "version" : " 5.4.2 " ,
4
4
"description" : " Use webpack to manage app-like JavaScript modules in Rails" ,
5
5
"main" : " package/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments