File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
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
6
+
7
+ - Update all dependencies within the same major version (#3120 )
8
+
9
+ - Fix babel warning about private-methods (#3016 )
10
+
5
11
## [[ 5.4.0]] ( https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0 ) - 2021-05-18
6
12
7
13
- Fix compatibility with Psych 4
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.0 " . freeze
3
+ VERSION = "5.4.1 " . 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.0 " ,
3
+ "version" : " 5.4.1 " ,
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