bump to 9.0.0-snapshot
This commit is contained in:
17
README.md
17
README.md
@ -1,4 +1,4 @@
|
||||
# elasticsearch.js
|
||||
# elasticsearch.js 9.1.0-snapshot
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
@ -26,20 +26,6 @@ npm install elasticsearch
|
||||
|
||||
Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/browser-builds.html) doc page for help downloading and setting up the client for use in the browser.
|
||||
|
||||
<table><tr>
|
||||
<td>bower:</td>
|
||||
<td colspan="2"><code>bower install elasticsearch</code></td>
|
||||
</tr><tr>
|
||||
<td>download:</td>
|
||||
<td align="center">
|
||||
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.zip">zip</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://download.elastic.co/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.tar.gz">tar.gz</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Docs
|
||||
- [Quick Start](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
||||
- [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/browser-builds.html)
|
||||
@ -50,7 +36,6 @@ Check out the [Browser Builds](http://www.elastic.co/guide/en/elasticsearch/clie
|
||||
- [Logging](http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/logging.html)
|
||||
|
||||
|
||||
|
||||
## Questions?
|
||||
You can probably find help in the #elasticsearch-js or #kibana rooms on [freenode](http://webchat.freenode.net/?channels=elasticsearch-js).
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v9.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-9.0.0.tar.gz[tar.gz]
|
||||
* 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]
|
||||
|
||||
|
||||
=== Angular Build
|
||||
|
||||
@ -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.0.0",
|
||||
"version": "9.1.0-snapshot",
|
||||
"browser": {
|
||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||
|
||||
Reference in New Issue
Block a user