1
0
Fork 0
<a name="2.0.5"></a>
## [2.0.5](https://github.com/algolia/docsearch/compare/v2.0.4...v2.0.5) (2016-06-21)

### Bug Fixes

* **DOM:** potential issue with simple layout if there is lvl0, lvl2 but no lvl1 ([57c0101](https://github.com/algolia/docsearch/commit/57c0101))
This commit is contained in:
Maxime Locqueville 2016-06-21 23:54:58 +02:00
parent 57c0101459
commit 2f2508c048
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
<a name="2.0.5"></a>
## [2.0.5](https://github.com/algolia/docsearch/compare/v2.0.4...v2.0.5) (2016-06-21)
### Bug Fixes
* **DOM:** potential issue with simple layout if there is lvl0, lvl2 but no lvl1 ([57c0101](https://github.com/algolia/docsearch/commit/57c0101))
<a name="2.0.4"></a>
## [2.0.4](https://github.com/algolia/docsearch/compare/v2.0.3...v2.0.4) (2016-06-21)

View file

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

View file

@ -1 +1 @@
export default '2.0.4';
export default '2.0.5';