From fbe27d68c4d166e4887d401cd1a3f18ae424db0d Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Sun, 21 Jan 2024 19:21:24 +0330 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebdf0feb..c2f4bcd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac ### [Unreleased] Changes since the last non-beta release. +#### Fixed +- Limit `css-minimizer-webpack-plugin` version below v6.0.0, allowing the react_on_rails generator to work in environments with Nodejs < 18 [PR 1598](https://github.com/shakacode/react_on_rails/pull/1598) by [ahangarha](https://github.com/ahangarha). + #### Changed - Bump minimum version of peer dependencies as following [PR 1596](https://github.com/shakacode/react_on_rails/pull/1596) by [ahangarha](https://github.com/ahangarha). - `js-yaml` to `4.1.0`