1
0
Fork 0
<a name="1.1.0"></a>
# [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01)

### Bug Fixes

* **dropdown:** Visually group suggestions together ([592c8f2](https://github.com/algolia/docsearch/commit/592c8f2))

### Features

* **website:** ensure the inputs are mandatory ([e59d132](https://github.com/algolia/docsearch/commit/e59d132))
This commit is contained in:
Pixelastic 2016-02-01 14:52:49 +01:00
parent 93e7316324
commit 665dab64a9
4 changed files with 17 additions and 3 deletions

View file

@ -1,3 +1,17 @@
<a name="1.1.0"></a>
# [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01)
### Bug Fixes
* **dropdown:** Visually group suggestions together ([592c8f2](https://github.com/algolia/docsearch/commit/592c8f2))
### Features
* **website:** ensure the inputs are mandatory ([e59d132](https://github.com/algolia/docsearch/commit/e59d132))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28)

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "1.0.2",
"version": "1.1.0",
"npm-shrinkwrap-version": "200.4.0",
"node-version": "v4.2.2",
"dependencies": {

View file

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

View file

@ -1 +1 @@
export default '1.0.2';
export default '1.1.0';