1
0
Fork 0
<a name="2.0.2"></a>
## [2.0.2](https://github.com/algolia/docsearch/compare/v2.0.1...v2.0.2) (2016-06-14)

### Features

* **dom:** better handling of simple design ([6bba640](https://github.com/algolia/docsearch/commit/6bba640))
This commit is contained in:
Maxime Locqueville 2016-06-14 20:07:40 +02:00
parent 6bba640e57
commit d3aaa7e891
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
<a name="2.0.2"></a>
## [2.0.2](https://github.com/algolia/docsearch/compare/v2.0.1...v2.0.2) (2016-06-14)
### Features
* **dom:** better handling of simple design ([6bba640](https://github.com/algolia/docsearch/commit/6bba640))
<a name="2.0.1"></a>
## [2.0.1](https://github.com/algolia/docsearch/compare/v2.0.0...v2.0.1) (2016-06-14)

View file

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

View file

@ -1 +1 @@
export default '2.0.1';
export default '2.0.2';