diff --git a/HISTORY.md b/HISTORY.md index a056a971d1..95b2f5184f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # React-Select -## v2.1.0 / 2018-09-21 +## v2.1.0 / 2018-10-03 + * [#2839] Added support for theming via theme prop. Thanks [akx](https://github.com/akx) * [#2874] Fixed flow-types of MultiValue components. Thanks [mike1808](https://github.com/mike1808) * [#2903] Fix missing form input when there isn't a selected value. Thanks [alvinsj](https://github.com/alvinsj) diff --git a/package.json b/package.json index f7c59ee36a..2292797565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "2.0.0", + "version": "2.1.0", "description": "A Select control built with and for ReactJS", "main": "lib/index.js", "module": "dist/react-select.esm.js",