v3.1.1
3.1.1 (2019-08-13)
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
react-scripts
- #7513 Fix ESLint 6 support (@ianschmitz)
- #7508 Don't block static files in robots.txt (@iansu)
💅 Enhancement
📝 Documentation
Committers: 3
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Tomáš Szabo (@deftomat)
Migrating from 3.1.0 to 3.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.1
or
yarn add --exact react-scripts@3.1.1