Skip to content

Commit 110d5f4

Browse files
author
spalger
committed
version 16.0.0
1 parent ecf61ec commit 110d5f4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# elasticsearch.js 15.5.0
1+
# elasticsearch.js 16.0.0
22

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

docs/browser_builds.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install elasticsearch-browser
2222
---------
2323

2424
=== Download
25-
* 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]
25+
* 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]
2626

2727
=== Angular Build
2828
* Registers an `esFactory` factory in the `"elasticsearch"` module

docs/changelog.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[[changelog]]
22
== Changelog
33

4+
=== 16.0.0 (May 2 2019)
5+
* apiVersion `"7.0"` is now the default
6+
* Dropped support for old 6.x versions, and all versions before 5.6
7+
48
=== 15.5.0 (May 1 2019)
59
* apiVersion `"6.7"` is now the default
610

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
88
"main": "src/elasticsearch.js",
99
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
10-
"version": "15.5.0",
10+
"version": "16.0.0",
1111
"keywords": [
1212
"elasticsearch",
1313
"mapping",
@@ -116,4 +116,4 @@
116116
"engines": {
117117
"node": ">=0.8"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)