1
0
Fork 0
This commit is contained in:
Pixelastic 2018-11-07 17:44:26 +01:00
parent 934e6de51d
commit 45640c796d
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## [2.6.1](https://github.com/algolia/docsearch/compare/v2.6.0...v2.6.1) (2018-11-07)
# [2.6.0](https://github.com/algolia/docsearch/compare/v2.5.2...v2.6.0) (2018-11-07)

View file

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

View file

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