1
0
Fork 0

publish new version

This commit is contained in:
Maxime Locqueville 2016-06-10 17:49:21 +02:00
parent 91015da330
commit 16e2b70580
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/algolia/docsearch/compare/v1.1.3...v1.2.0) (2016-06-10)
### Features
* **DOM:** add an align class (#108) ([9421897](https://github.com/algolia/docsearch/commit/9421897))
* **serve:** Watch and serve all needed files (#91) ([ef83775](https://github.com/algolia/docsearch/commit/ef83775))
* **website:** add echo (#94) ([8a34ecb](https://github.com/algolia/docsearch/commit/8a34ecb))
<a name="1.1.3"></a>
## [1.1.3](https://github.com/algolia/docsearch/compare/v1.1.2...v1.1.3) (2016-04-04)

View file

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

View file

@ -1 +1 @@
export default '1.1.3';
export default '1.2.0';