From 1d7930a90aef4d5a588a1550feb0542f575ccd4d Mon Sep 17 00:00:00 2001 From: Sylvain UTARD Date: Wed, 16 Mar 2016 17:02:47 +0100 Subject: [PATCH] v1.1.1 ## [1.1.1](https://github.com/algolia/docsearch/compare/v1.1.0...v1.1.1) (2016-03-16) ### Bug Fixes * **algoliaOptions:** ensure we keep default options ([b284dda](https://github.com/algolia/docsearch/commit/b284dda)), closes [#78](https://github.com/algolia/docsearch/issues/78) * **autocomplete:** auto select top result ([473824a](https://github.com/algolia/docsearch/commit/473824a)), closes [#81](https://github.com/algolia/docsearch/issues/81) * **dev:** Fixed the dev example, targeting an existing index ([df13e34](https://github.com/algolia/docsearch/commit/df13e34)) * **website:** responsive logo ([b856d67](https://github.com/algolia/docsearch/commit/b856d67)) ### Features * **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13)) * **website:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d)) * **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a)) * **website:** removed demos ([6d8eb34](https://github.com/algolia/docsearch/commit/6d8eb34)) * **website:** update ([9498e3b](https://github.com/algolia/docsearch/commit/9498e3b)) * **website:** updated logo ([fa413d9](https://github.com/algolia/docsearch/commit/fa413d9)) --- CHANGELOG.md | 22 ++++++++++++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- src/lib/version.js | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ec7afb..b106c574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +## [1.1.1](https://github.com/algolia/docsearch/compare/v1.1.0...v1.1.1) (2016-03-16) + + +### Bug Fixes + +* **algoliaOptions:** ensure we keep default options ([b284dda](https://github.com/algolia/docsearch/commit/b284dda)), closes [#78](https://github.com/algolia/docsearch/issues/78) +* **autocomplete:** auto select top result ([473824a](https://github.com/algolia/docsearch/commit/473824a)), closes [#81](https://github.com/algolia/docsearch/issues/81) +* **dev:** Fixed the dev example, targeting an existing index ([df13e34](https://github.com/algolia/docsearch/commit/df13e34)) +* **website:** responsive logo ([b856d67](https://github.com/algolia/docsearch/commit/b856d67)) + +### Features + +* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13)) +* **website:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d)) +* **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a)) +* **website:** removed demos ([6d8eb34](https://github.com/algolia/docsearch/commit/6d8eb34)) +* **website:** update ([9498e3b](https://github.com/algolia/docsearch/commit/9498e3b)) +* **website:** updated logo ([fa413d9](https://github.com/algolia/docsearch/commit/fa413d9)) + + + # [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e7b5d260..7389e3a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "1.1.0", + "version": "1.1.1", "npm-shrinkwrap-version": "200.4.0", "node-version": "v4.2.2", "dependencies": { diff --git a/package.json b/package.json index 009add1a..813e5ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "1.1.0", + "version": "1.1.1", "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 d3c25c7e..d4ae28d9 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '1.1.0'; +export default '1.1.1';