1
0
Fork 0
### 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:
Pixelastic 2018-11-22 14:18:54 +01:00
parent d42ec07cac
commit 7fed6d9ff7
3 changed files with 11 additions and 2 deletions

View file

@ -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)

View file

@ -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": {

View file

@ -1 +1 @@
export default '2.6.1';
export default '2.6.2';