v2.0.6
<a name="2.0.6"></a> ## [2.0.6](https://github.com/algolia/docsearch/compare/v2.0.5...v2.0.6) (2016-06-28) ### Bug Fixes * **typos:** no result page ([0f40e1d](https://github.com/algolia/docsearch/commit/0f40e1d)) ### Features * **docs:** new community header / footer (#114) ([af76d31](https://github.com/algolia/docsearch/commit/af76d31))
This commit is contained in:
parent
0f40e1dc68
commit
487de6dbc5
3 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
<a name="2.0.6"></a>
|
||||
## [2.0.6](https://github.com/algolia/docsearch/compare/v2.0.5...v2.0.6) (2016-06-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **typos:** no result page ([0f40e1d](https://github.com/algolia/docsearch/commit/0f40e1d))
|
||||
|
||||
### Features
|
||||
|
||||
* **docs:** new community header / footer (#114) ([af76d31](https://github.com/algolia/docsearch/commit/af76d31))
|
||||
|
||||
|
||||
|
||||
<a name="2.0.5"></a>
|
||||
## [2.0.5](https://github.com/algolia/docsearch/compare/v2.0.4...v2.0.5) (2016-06-21)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '2.0.5';
|
||||
export default '2.0.6';
|
||||
|
|
|
|||
Loading…
Reference in a new issue