From c6aa2e3d04ac98bc9cf24fde637c0daa7accc4de Mon Sep 17 00:00:00 2001 From: Alexandre Stanislawski Date: Mon, 28 Dec 2015 13:59:10 +0100 Subject: [PATCH] v1.0.2 ## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28) ### Bug Fixes * **debut:** do not enable debug by default ([188f49e](https://github.com/algolia/docsearch/commit/188f49e)) * **url:** Removes concatenation of URL with hash if it contains a hash ([348df1c](https://github.com/algolia/docsearch/commit/348df1c)), closes [#53](https://github.com/algolia/docsearch/issues/53) * **usage:** fixed usage to match the latest prototype version ([f6edc9e](https://github.com/algolia/docsearch/commit/f6edc9e)) --- CHANGELOG.md | 12 ++++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- src/lib/version.js | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d6161f..2116d762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28) + + +### Bug Fixes + +* **debut:** do not enable debug by default ([188f49e](https://github.com/algolia/docsearch/commit/188f49e)) +* **url:** Removes concatenation of URL with hash if it contains a hash ([348df1c](https://github.com/algolia/docsearch/commit/348df1c)), closes [#53](https://github.com/algolia/docsearch/issues/53) +* **usage:** fixed usage to match the latest prototype version ([f6edc9e](https://github.com/algolia/docsearch/commit/f6edc9e)) + + + ## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 391cfdb8..f5c697f8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "1.0.1", + "version": "1.0.2", "npm-shrinkwrap-version": "200.4.0", "node-version": "v4.2.2", "dependencies": { diff --git a/package.json b/package.json index a93eb102..53d7ab69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "1.0.1", + "version": "1.0.2", "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 507d1329..58e46009 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '1.0.1'; +export default '1.0.2';