Skip to content

Commit

Permalink
Bump for 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 20, 2021
1 parent a3770ab commit 0a810f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1) - 2021-08-20

- Update all dependencies within the same major version (#3120)

- Fix babel warning about private-methods (#3016)

## [[5.4.0]](https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0) - 2021-05-18

- Fix compatibility with Psych 4
Expand Down
2 changes: 1 addition & 1 deletion lib/webpacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Webpacker
# Change the version in package.json too, please!
VERSION = "5.4.0".freeze
VERSION = "5.4.1".freeze
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rails/webpacker",
"version": "5.4.0",
"version": "5.4.1",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"main": "package/index.js",
"files": [
Expand Down

0 comments on commit 0a810f0

Please sign in to comment.