Skip to content

Commit f710976

Browse files
committedFeb 22, 2021
Prepare 4.0.3 release
1 parent 6947896 commit f710976

File tree

2 files changed

+380
-341
lines changed

2 files changed

+380
-341
lines changed
 

‎CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## 4.0.3 (2021-02-22)
2+
3+
#### :bug: Bug Fix
4+
5+
- `react-scripts`
6+
- [#10590](https://github.com/facebook/create-react-app/pull/10590) Upgrade eslint-webpack-plugin to fix opt-out flag ([@mrmckeb](https://github.com/mrmckeb))
7+
8+
#### :house: Internal
9+
10+
- `react-dev-utils`
11+
- [#10412](https://github.com/facebook/create-react-app/pull/10412) update immer to 8.0.1 to address vulnerability ([@wclem4](https://github.com/wclem4))
12+
- `create-react-app`
13+
- [#10384](https://github.com/facebook/create-react-app/pull/10384) tests: update test case to match the description ([@jamesgeorge007](https://github.com/jamesgeorge007))
14+
15+
#### Committers: 4
16+
17+
- Brody McKee ([@mrmckeb](https://github.com/mrmckeb))
18+
- Dion Woolley ([@Awarua-](https://github.com/Awarua-))
19+
- James George ([@jamesgeorge007](https://github.com/jamesgeorge007))
20+
- Walker Clem ([@wclem4](https://github.com/wclem4))
21+
22+
# Migrating from 4.0.2 to 4.0.3
23+
24+
Inside any created project that has not been ejected, run:
25+
26+
```bash
27+
npm install --save --save-exact react-scripts@4.0.3
28+
```
29+
30+
or
31+
32+
```
33+
yarn add --exact react-scripts@4.0.3
34+
```
35+
136
## 4.0.2 (2021-02-03)
237

338
v4.0.2 is a maintenance release that includes minor bug fixes and documentation updates.

‎packages/create-react-app/yarn.lock.cached

+345-341
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.