From 2f2508c048aa3b0b2149ee7e327faa4c63a6317b Mon Sep 17 00:00:00 2001 From: Maxime Locqueville Date: Tue, 21 Jun 2016 23:54:58 +0200 Subject: [PATCH] v2.0.5 ## [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)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/lib/version.js | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33edf98d..13f51ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [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)) + + + ## [2.0.4](https://github.com/algolia/docsearch/compare/v2.0.3...v2.0.4) (2016-06-21) diff --git a/package.json b/package.json index 91afa1f3..c39343d1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/lib/version.js b/src/lib/version.js index 9938f966..db725a88 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.0.4'; +export default '2.0.5';