Skip to content

Commit 7443cf5

Browse files
author
spalger
committed
version 15.4.1
(cherry picked from commit 3c370f6)
1 parent b5986be commit 7443cf5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# elasticsearch.js 15.4.0
1+
# elasticsearch.js 15.4.1
22

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

docs/browser_builds.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install elasticsearch-browser
2222
---------
2323

2424
=== Download
25-
* v15.4.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.4.0.tar.gz[tar.gz]
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]
2626

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

docs/changelog.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[[changelog]]
22
== Changelog
33

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

package.json

+1-1
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.0",
10+
"version": "15.4.1",
1111
"keywords": [
1212
"elasticsearch",
1313
"mapping",

0 commit comments

Comments
 (0)