v1.3.0
<a name="1.3.0"></a> # [1.3.0](https://github.com/algolia/docsearch/compare/1.2.0...v1.3.0) (2016-06-12)
This commit is contained in:
parent
4ab69a3b9b
commit
b70cf94564
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
<a name="1.3.0"></a>
|
||||
# [1.3.0](https://github.com/algolia/docsearch/compare/1.2.0...v1.3.0) (2016-06-12)
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="1.2.0"></a>
|
||||
# [1.2.0](https://github.com/algolia/docsearch/compare/v1.1.3...v1.2.0) (2016-06-10)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '1.2.0';
|
||||
export default '1.3.0';
|
||||
|
|
|
|||
Loading…
Reference in a new issue