1
0
Fork 0
<a name="1.1.3"></a>
## [1.1.3](https://github.com/algolia/docsearch/compare/v1.1.2...v1.1.3) (2016-04-04)

### Bug Fixes

* **autocomplete.js:** upgrade the underlying autocomplete.js to ensur… ([4d7022e](https://github.com/algolia/docsearch/commit/4d7022e))
This commit is contained in:
Sylvain UTARD 2016-04-04 19:57:12 +02:00
parent 4d7022e8cc
commit 89e31873d7
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
<a name="1.1.3"></a>
## [1.1.3](https://github.com/algolia/docsearch/compare/v1.1.2...v1.1.3) (2016-04-04)
### Bug Fixes
* **autocomplete.js:** upgrade the underlying autocomplete.js to ensur… ([4d7022e](https://github.com/algolia/docsearch/commit/4d7022e))
<a name="1.1.2"></a>
## [1.1.2](https://github.com/algolia/docsearch/compare/v1.1.1...v1.1.2) (2016-03-24)

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "1.1.2",
"version": "1.1.3",
"npm-shrinkwrap-version": "200.4.0",
"node-version": "v4.1.1",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "1.1.2",
"version": "1.1.3",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {

View file

@ -1 +1 @@
export default '1.1.2';
export default '1.1.3';