From 6777b8e1e8b02bf64b73126620fdf393c3cb4564 Mon Sep 17 00:00:00 2001 From: vvo Date: Mon, 27 Mar 2017 11:54:59 +0200 Subject: [PATCH] v2.3.2 ## [2.3.2](https://github.com/algolia/docsearch/compare/v2.3.1...v2.3.2) (2017-03-27) --- CONTRIBUTING.md | 1 + package.json | 2 +- src/lib/version.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 678e892e..565120c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ Hi (future) collaborator! - [Releasing](#releasing) - [Releasing v1](#releasing-v1) - [Beta releases](#beta-releases) + - [Documentation updates](#documentation-updates) diff --git a/package.json b/package.json index 767b1cb8..757a6542 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/lib/version.js b/src/lib/version.js index 77445623..0a592884 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.3.1'; +export default '2.3.2';