From 2e23e24d74ac864f3ae34f752485a2a610c5f87d Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Fri, 24 Nov 2017 11:28:54 +1100 Subject: [PATCH] v1.0.1 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",