v2.3.2
<a name="2.3.2"></a> ## [2.3.2](https://github.com/algolia/docsearch/compare/v2.3.1...v2.3.2) (2017-03-27)
This commit is contained in:
parent
95d19c40dd
commit
6777b8e1e8
3 changed files with 3 additions and 2 deletions
|
|
@ -26,6 +26,7 @@ Hi (future) collaborator!
|
|||
- [Releasing](#releasing)
|
||||
- [Releasing v1](#releasing-v1)
|
||||
- [Beta releases](#beta-releases)
|
||||
- [Documentation updates](#documentation-updates)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '2.3.1';
|
||||
export default '2.3.2';
|
||||
|
|
|
|||
Loading…
Reference in a new issue