From b1f8536ccb45d58ace98835e0ad967326e750fd1 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 20 Oct 2020 22:56:56 +0100 Subject: [PATCH] Add 3.4.4 to the changelog --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d4582dd87..f73718f970c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ +## 3.4.4 (2020-10-20) + +v3.4.4 release bumps `resolve-url-loader` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. + +### Migrating from 3.4.3 to 3.4.4 + +Inside any created project that has not been ejected, run: + +```sh +npm install --save --save-exact react-scripts@3.4.4 +``` + +or + +```sh +yarn add --exact react-scripts@3.4.4 +``` + ## 3.4.3 (2020-08-12) -v3.4.2 release bumps `terser-webpack-plugin` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. +v3.4.3 release bumps `terser-webpack-plugin` to a version for which `npm audit` does not report a vulnerability. Note that **this vulnerability did not affect Create React App projects**, so this change is only necessary to satisfy auditing tools. ### Migrating from 3.4.2 to 3.4.3