create-react-app v3.1.1 Release Notes

Release Date: 2019-08-13 // over 4 years ago
  • 3.1.1 (2019-08-13)

    πŸ“š v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.

    🍱 πŸ› Bug Fix

    🍱 πŸ’… Enhancement

    • πŸ‘• eslint-config-react-app

    πŸ“š πŸ“ Documentation

    • ⚑️ #7527 Update Netlify config (@iansu)
    • πŸ“„ #7500 Add links to Spectrum in README and docs (@iansu)

    Committers: 3

    Migrating from 3.1.0 to 3.1.1

    Inside any created project that has not been ejected, run:

    npm install --save --save-exact [email protected]
    

    or

    yarn add --exact [email protected]