version 10.0.0

This commit is contained in:
spalger
2015-11-24 16:12:29 -06:00
parent ddd9aaa6f8
commit d373a8b369
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -14,7 +14,7 @@ bower install elasticsearch
---------
=== Download
* v9.1.0-snapshot: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.1.0-snapshot.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.1.0-snapshot.tar.gz[tar.gz]
* v10.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-10.0.0.tar.gz[tar.gz]
=== Angular Build

View File

@ -7,7 +7,7 @@
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
"main": "src/elasticsearch.js",
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
"version": "9.1.0-snapshot",
"version": "10.0.0",
"browser": {
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",