Skip to content

v1.0.13

Compare
Choose a tag to compare
@gaearon gaearon released this 02 Sep 21:00

1.0.13 (September 2, 2017)

πŸ› Bug Fix

  • react-error-overlay

    • #3051 Fix case-sensitivity issue with upgrading the package version. (@tharakawj)
  • react-dev-utils

  • react-scripts

πŸ’… Enhancement

  • react-scripts

    • #3033 Add an empty mock for child_process to let some libraries compile. (@McFlurriez)

🏠 Internal

  • react-dev-utils, react-error-overlay

Committers: 4

Migrating from 1.0.12 to 1.0.13

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

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

or

yarn add --exact react-scripts@1.0.13