diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c2f5f7..bb7b19f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [2.4.0](https://github.com/algolia/docsearch/compare/v2.3.3...v2.4.0) (2017-08-08) + + + ## [2.3.3](https://github.com/algolia/docsearch/compare/v2.3.2...v2.3.3) (2017-03-27) @@ -215,8 +220,8 @@ ### 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:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d)) * **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)) diff --git a/README.md b/README.md index 8c3afd57..8a51929e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Check out our [website][1] to add an outstanding search to your documentation. - [Advanced styling](#advanced-styling) - [Custom options](#custom-options) - [Autocomplete options](#autocomplete-options) + - [Docsearch Options](#docsearch-options) - [Algolia options](#algolia-options) - [Development workflow](#development-workflow) - [Local example](#local-example) diff --git a/package.json b/package.json index b5ff2814..c83c011a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "2.3.3", + "version": "2.4.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 afe0297a..cb21e5b5 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.3.3'; +export default '2.4.0';