v2.6.2\n\n## [2.6.2](https://github.com/algolia/docsearch/compare/v2.6.1...v2.6.2) (2018-11-22)
### Features
* **ctrl-click:** Enable Ctrl-Click on suggestions ([#542](https://github.com/algolia/docsearch/issues/542)) ([a470c48](https://github.com/algolia/docsearch/commit/a470c48))
This commit is contained in:
parent
d42ec07cac
commit
7fed6d9ff7
3 changed files with 11 additions and 2 deletions
|
|
@ -1,3 +1,12 @@
|
|||
## [2.6.2](https://github.com/algolia/docsearch/compare/v2.6.1...v2.6.2) (2018-11-22)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **ctrl-click:** Enable Ctrl-Click on suggestions ([#542](https://github.com/algolia/docsearch/issues/542)) ([a470c48](https://github.com/algolia/docsearch/commit/a470c48))
|
||||
|
||||
|
||||
|
||||
## [2.6.1](https://github.com/algolia/docsearch/compare/v2.6.0...v2.6.1) (2018-11-07)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "2.6.1",
|
||||
"version": "2.6.2",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '2.6.1';
|
||||
export default '2.6.2';
|
||||
|
|
|
|||
Loading…
Reference in a new issue