Skip to content

Commit 29c3381

Browse files
author
spalger
committed
version 15.2.0
1 parent 11b0d89 commit 29c3381

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.1.1
1+
# elasticsearch.js 15.2.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.1.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.1.tar.gz[tar.gz]
25+
* v15.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.2.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.2.0 (Oct 29 2018)
5+
* apiVersion `"6.4"` is now the default
6+
47
=== 15.1.1 (July 3 2018)
58
* Fix JSON serialization bug affecting some objects with non-enumerable properties https://github.com/elastic/elasticsearch-js/issues/504[#504]
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.1.1",
10+
"version": "15.2.0",
1111
"keywords": [
1212
"elasticsearch",
1313
"mapping",

0 commit comments

Comments
 (0)