From 81b9e4542879a15129e6f8daf277a513e4a5e64e Mon Sep 17 00:00:00 2001 From: vvo Date: Mon, 27 Mar 2017 18:31:25 +0200 Subject: [PATCH] v2.3.3 ## [2.3.3](https://github.com/algolia/docsearch/compare/v2.3.2...v2.3.3) (2017-03-27) ### Bug Fixes * **build:** fix badly handled webpack upgrade ([3cbfbb1](https://github.com/algolia/docsearch/commit/3cbfbb1)) --- package.json | 2 +- src/lib/version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 757a6542..69d58b76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "2.3.2", + "version": "2.3.3", "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 0a592884..afe0297a 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.3.2'; +export default '2.3.3';