2.0.5 (October 14, 2018)

🐛 Bug Fix

  • react-dev-utils

  • create-react-app

    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts

    • #5301 Fix TypeError when registering service workers without config. (@peterbe)

💅 Enhancement

  • babel-preset-react-app

    • #4984 Use the correct dependency for babel-plugin-dynamic-import-node. (@vikr01)
  • react-scripts

📝 Documentation

🏠 Internal

  • Other

  • create-react-app

    • #5362 Fix CI: non-semver compliant Yarn versions. (@Timer)
  • react-scripts

    • #5317 Remove unused require for getCacheIdentifier after ejecting. (@benbrandt)

Committers: 23

Migrating from 2.0.4 to 2.0.5

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

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

or

yarn add --exact react-scripts@2.0.5