Skip to content

Commit

Permalink
Bump for 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 20, 2021
1 parent 67fa6ed commit c43f55f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

**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
## [[5.4.2]](https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1) - 2021-08-20

- Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in-object as well.

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

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

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.1".freeze
VERSION = "5.4.2".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.1",
"version": "5.4.2",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"main": "package/index.js",
"files": [
Expand Down

0 comments on commit c43f55f

Please sign in to comment.