Skip to content

Commit 0a810f0

Browse files
author
David Heinemeier Hansson
committed
Bump for 5.4.1
1 parent a3770ab commit 0a810f0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

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+
511
## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0) - 2021-05-18
612

713
- Fix compatibility with Psych 4

lib/webpacker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Webpacker
22
# Change the version in package.json too, please!
3-
VERSION = "5.4.0".freeze
3+
VERSION = "5.4.1".freeze
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/webpacker",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Use webpack to manage app-like JavaScript modules in Rails",
55
"main": "package/index.js",
66
"files": [

0 commit comments

Comments
 (0)