diff --git a/HISTORY.md b/HISTORY.md index 12c9e48b1b..9bcf688f1e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,10 @@ # React-Select -## v1.0.0-rc.5 / 2017-05-21 +## v1.0.0-rc.5 / 2017-05-25 * fixed; Allow `falsey` values to be clearable, thanks [Simon Gaestel](https://github.com/sgaestel) -* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal) -* fixed; regression where options not using the value key couldn't be focused [Benjamin Piouffle](https://github.com/Betree) +* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal) +* fixed; regression where options not using the value key couldn't be focused, thanks [Benjamin Piouffle](https://github.com/Betree) ## v1.0.0-rc.4 / 2017-05-14 diff --git a/package.json b/package.json index 34798c9956..2b8fc4caea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0-rc.4", + "version": "1.0.0-rc.5", "description": "A Select control built with and for ReactJS", "main": "lib/Select.js", "style": "dist/react-select.min.css",