diff --git a/HISTORY.md b/HISTORY.md index 7c3d8622c2..34e4a2fb8d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # React-Select +## ## v1.0.1 / 2017-11-24 + +* reintroduced source files for scss and less stylesheets into the npm package + ## ## v1.0.0 / 2017-11-23 * reverted spacebar-selects-option behaviour for searchable selects, thanks [Charles Lee](https://github.com/gwyneplaine) - [see PR](https://github.com/JedWatson/react-select/pull/2163) diff --git a/package.json b/package.json index 5e443e77f3..211c5e09c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0", + "version": "1.0.1", "description": "A Select control built with and for ReactJS", "main": "lib/index.js", "jsnext:main": "dist/react-select.es.js",