1
0
Fork 0
<a name="2.5.1"></a>
## [2.5.1](https://github.com/algolia/docsearch/compare/v2.5.0...v2.5.1) (2017-11-28)
This commit is contained in:
vvo 2017-11-28 17:26:06 +01:00
parent 68d3e0b827
commit 660a3819ba
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
<a name="2.5.1"></a>
## [2.5.1](https://github.com/algolia/docsearch/compare/v2.5.0...v2.5.1) (2017-11-28)
<a name="2.5.0"></a>
# [2.5.0](https://github.com/algolia/docsearch/compare/v2.4.1...v2.5.0) (2017-11-28)
@ -240,8 +245,8 @@
### Features
* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13))
* **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:** 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))

View file

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

View file

@ -1 +1 @@
export default '2.5.0';
export default '2.5.1';