Skip to content

Commit acaab83

Browse files
author
spalger
committed
version 15.5.0
(cherry picked from commit 9f4cf142aad61241fdf73a599c93daa9aca4a3cc)
1 parent 7b1f726 commit acaab83

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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.4.1
1+
# elasticsearch.js 15.5.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.4.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.1.tar.gz[tar.gz]
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]
2626

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

docs/changelog.asciidoc

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

4+
=== 15.5.0 (May 1 2019)
5+
* apiVersion `"6.7"` is now the default
6+
47
=== 15.4.1 (Feb 6 2019)
58
* Drop support for old versions in the 5.x line, only 5.6 is maintained
69

package.json

Lines changed: 1 addition & 1 deletion
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.4.1",
10+
"version": "15.5.0",
1111
"keywords": [
1212
"elasticsearch",
1313
"mapping",

0 commit comments

Comments
 (0)