Skip to content

v1.0.1

Compare
Choose a tag to compare
@gaearon gaearon released this 19 May 19:23

1.0.1 (May 19, 2017)

πŸ› Bug Fix

  • react-scripts

  • react-dev-utils

    • #2229 Show customized build path for serve instruction. (@chyipin)
  • react-dev-utils, react-error-overlay

  • react-error-overlay

    • #2238 Fix a crash when switching errors with arrow keys. (@Gandem)

πŸ’… Enhancement

  • eslint-config-react-app

  • react-scripts

πŸ“ Documentation

🏠 Internal

Committers: 9

Migrating from 1.0.0 to 1.0.1

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

npm install --save-dev --save-exact react-scripts@1.0.1

or

yarn add --dev --exact react-scripts@1.0.1