Skip to content

Commit

Permalink
version 15.4.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c370f6)
  • Loading branch information
spalger committed Feb 6, 2019
1 parent b5986be commit 7443cf5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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.4.0
# elasticsearch.js 15.4.1

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.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]
* 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]

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

=== 15.4.1 (Feb 6 2019)
* Drop support for old versions in the 5.x line, only 5.6 is maintained

=== 15.4.0 (Feb 6 2019)
* apiVersion `"6.6"` is now the default

Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "15.4.1",
"keywords": [
"elasticsearch",
"mapping",
Expand Down

0 comments on commit 7443cf5

Please sign in to comment.