Skip to content

v1.1.3

Compare
Choose a tag to compare
@gaearon gaearon released this 03 Apr 17:31

1.1.3 (April 3, 2018)

πŸ› Bug Fix

  • react-scripts

    • #4247 Fix environment.dispose is not a function error caused by a Jest bug. (@gaearon)

Committers: 1

Migrating from 1.1.2 to 1.1.3

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

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

or

yarn add --exact react-scripts@1.1.3