We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72b6b4 commit 6e9b730Copy full SHA for 6e9b730
1 file changed
CHANGELOG.md
@@ -23,6 +23,20 @@
23
- Dan Abramov ([gaearon](https://github.com/gaearon))
24
- Pavol Madar ([pmadar](https://github.com/pmadar))
25
26
+### Migrating from 1.0.4 to 1.0.5
27
+
28
+Inside any created project that has not been ejected, run:
29
30
+```
31
+npm install --save-dev --save-exact react-scripts@1.0.5
32
33
34
+or
35
36
37
+yarn add --dev --exact react-scripts@1.0.5
38
39
40
## 1.0.4 (May 22, 2017)
41
42
#### :bug: Bug Fix
0 commit comments