diff --git a/CHANGELOG.md b/CHANGELOG.md index 9287fa1cf..3cd3567c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ **Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above** +## [[5.2.1]](https://github.com/rails/webpacker/compare/v5.2.0...5.2.1) - 2020-08-17 + +- Revert [#1311](https://github.com/rails/webpacker/pull/1311). + ## [[5.2.0]](https://github.com/rails/webpacker/compare/v5.1.1...5.2.0) - 2020-08-16 - Bump dependencies and fixes. See [diff](https://github.com/rails/webpacker/compare/v5.1.1...5-x-stable) for changes. diff --git a/Gemfile.lock b/Gemfile.lock index 08d8ec75a..47a4a8e2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - webpacker (5.2.0) + webpacker (5.2.1) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) diff --git a/lib/webpacker/version.rb b/lib/webpacker/version.rb index a9885fcd3..e9c1e6f31 100644 --- a/lib/webpacker/version.rb +++ b/lib/webpacker/version.rb @@ -1,4 +1,4 @@ module Webpacker # Change the version in package.json too, please! - VERSION = "5.2.0".freeze + VERSION = "5.2.1".freeze end diff --git a/package.json b/package.json index 1fab2e0d6..986845c3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rails/webpacker", - "version": "5.2.0", + "version": "5.2.1", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [