Skip to content

v1.1.1

Compare
Choose a tag to compare
@gaearon gaearon released this 09 Feb 13:21

1.1.1 (February 2, 2018)

πŸ› Bug Fix

  • react-scripts
    • #4000 Fix escaping $ in environment variables. (@iansu)

πŸ’… Enhancement

  • react-scripts

πŸ“ Documentation

  • react-scripts
    • #3971 Update instructions for continuous delivery with Netlify. (@hubgit)
    • #3894 Include {json,css} files in prettier command. (@reyronald)

🏠 Internal

  • create-react-app

Committers: 6

Migrating from 1.1.0 to 1.1.1

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

npm install --save --save-exact react-scripts@1.1.1

or

yarn add --exact react-scripts@1.1.1