diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c8b6d95..8b6f5f9a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ **Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above** -## [[4.2.1]](https://github.com/rails/webpacker/compare/v4.1.0...v4.2.0) - 2019-12-09 +## [[4.2.2]](https://github.com/rails/webpacker/compare/v4.2.1...v4.2.2) - 2019-12-09 + +- Fixed issue with webpack clean task for nested assets [#2391](https://github.com/rails/webpacker/pull/2391) + +## [[4.2.1]](https://github.com/rails/webpacker/compare/v4.2.0...v4.2.1) - 2019-12-09 - Fixed issue with webpack clean task [#2389](https://github.com/rails/webpacker/pull/2389) diff --git a/Gemfile.lock b/Gemfile.lock index fa960e65d..2bd84f160 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - webpacker (4.2.1) + webpacker (4.2.2) activesupport (>= 4.2) rack-proxy (>= 0.6.1) railties (>= 4.2) diff --git a/lib/webpacker/version.rb b/lib/webpacker/version.rb index f2e03f7eb..1b7931a8b 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 = "4.2.1".freeze + VERSION = "4.2.2".freeze end diff --git a/package.json b/package.json index dd197e558..0f8f066a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rails/webpacker", - "version": "4.2.1", + "version": "4.2.2", "description": "Use webpack to manage app-like JavaScript modules in Rails", "main": "package/index.js", "files": [