From 665dab64a9ab52b6c614acd8755da28e5b4f85c3 Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Mon, 1 Feb 2016 14:52:49 +0100 Subject: [PATCH] v1.1.0 # [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)) --- CHANGELOG.md | 14 ++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- src/lib/version.js | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2116d762..b6ec7afb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [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)) + + + ## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f5c697f8..e7b5d260 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index 53d7ab69..b0225174 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/lib/version.js b/src/lib/version.js index 58e46009..d3c25c7e 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '1.0.2'; +export default '1.1.0';