Skip to content

v1.0.16

Compare
Choose a tag to compare
@gaearon gaearon released this 31 Oct 10:42

1.0.16 (October 31, 2017) πŸŽƒ

πŸ› Bug Fix

  • react-scripts

    • #3374 Set correct image type and sizes in manifest.json. (@piotr-cz)
  • react-dev-utils

    • #3368 Fix a crash in development mode in older browsers. (@felthy)

Committers: 2

Migrating from 1.0.15 to 1.0.16

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

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

or

yarn add --exact react-scripts@1.0.16