Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
<a name="1.0.1"></a>
## [1.0.1](v1.0.0...v1.0.1) (2015-12-24)

### Bug Fixes

* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](31abbd7)), closes [#51](#51)
  • Loading branch information
redox committed Dec 24, 2015
1 parent 283e9c8 commit 90f054d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.0.0';
export default '1.0.1';

0 comments on commit 90f054d

Please sign in to comment.