1
0
Fork 0
<a name="2.3.3"></a>
## [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))
This commit is contained in:
vvo 2017-03-27 18:31:25 +02:00
parent 3cbfbb15bb
commit 81b9e45428
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1 +1 @@
export default '2.3.2';
export default '2.3.3';