Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
version 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 2, 2019
1 parent ecf61ec commit 110d5f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# elasticsearch.js 15.5.0
# elasticsearch.js 16.0.0

The official low-level Elasticsearch client for Node.js and the browser.

Expand Down
2 changes: 1 addition & 1 deletion docs/browser_builds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install elasticsearch-browser
---------

=== Download
* v15.5.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.5.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.5.0.tar.gz[tar.gz]
* v16.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.0.0.tar.gz[tar.gz]

=== Angular Build
* Registers an `esFactory` factory in the `"elasticsearch"` module
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[changelog]]
== Changelog

=== 16.0.0 (May 2 2019)
* apiVersion `"7.0"` is now the default
* Dropped support for old 6.x versions, and all versions before 5.6

=== 15.5.0 (May 1 2019)
* apiVersion `"6.7"` is now the default

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "15.5.0",
"version": "16.0.0",
"keywords": [
"elasticsearch",
"mapping",
Expand Down Expand Up @@ -116,4 +116,4 @@
"engines": {
"node": ">=0.8"
}
}
}

0 comments on commit 110d5f4

Please sign in to comment.