version 13.0.1

This commit is contained in:
spalger
2017-05-09 14:38:20 -07:00
parent 9e80350792
commit 69e0e2c97c
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# elasticsearch.js 13.0.0 # elasticsearch.js 13.0.1
The official low-level Elasticsearch client for Node.js and the browser. The official low-level Elasticsearch client for Node.js and the browser.

View File

@ -22,7 +22,7 @@ npm install elasticsearch-browser
--------- ---------
=== Download === Download
* v13.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.0.tar.gz[tar.gz] * v13.0.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-13.0.1.tar.gz[tar.gz]
=== Angular Build === Angular Build
* Registers an `esFactory` factory in the `"elasticsearch"` module * Registers an `esFactory` factory in the `"elasticsearch"` module

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.", "description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js", "main": "src/elasticsearch.js",
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html", "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "13.0.0", "version": "13.0.1",
"keywords": [ "keywords": [
"elasticsearch", "elasticsearch",
"mapping", "mapping",