1
0
Fork 0
<a name="1.0.1"></a>
## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24)

### Bug Fixes

* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](https://github.com/algolia/docsearch/commit/31abbd7)), closes [#51](https://github.com/algolia/docsearch/issues/51)
This commit is contained in:
Sylvain UTARD 2015-12-24 11:07:26 +01:00
parent 283e9c8a9e
commit 90f054d893
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24)
### Bug Fixes
* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](https://github.com/algolia/docsearch/commit/31abbd7)), closes [#51](https://github.com/algolia/docsearch/issues/51)
<a name="1.0.0"></a>
# [1.0.0](https://github.com/algolia/docsearch/compare/v0.0.7...v1.0.0) (2015-12-24)

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "1.0.0",
"version": "1.0.1",
"npm-shrinkwrap-version": "200.4.0",
"node-version": "v4.2.2",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {

View file

@ -1 +1 @@
export default '1.0.0';
export default '1.0.1';