v2.3.3
<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:
parent
3cbfbb15bb
commit
81b9e45428
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '2.3.2';
|
||||
export default '2.3.3';
|
||||
|
|
|
|||
Loading…
Reference in a new issue