From 915e4ca432e09ed0ce5e6bf8eae4e7705215a1da Mon Sep 17 00:00:00 2001 From: spalger Date: Mon, 29 Oct 2018 12:26:17 -0700 Subject: [PATCH] version 15.2.0 (cherry picked from commit 29c338193a87f444ff65227f75a2000d5fca12b3) --- README.md | 2 +- docs/browser_builds.asciidoc | 2 +- docs/changelog.asciidoc | 3 +++ package.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef3bcf7f6..68f9a6ea8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 15.1.1 +# elasticsearch.js 15.2.0 The official low-level Elasticsearch client for Node.js and the browser. diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index d3ed0248d..a80c35eb6 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * 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] + * 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] === Angular Build * Registers an `esFactory` factory in the `"elasticsearch"` module diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index a7c86648a..c7aca08b7 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,9 @@ [[changelog]] == Changelog +=== 15.2.0 (Oct 29 2018) + * apiVersion `"6.4"` is now the default + === 15.1.1 (July 3 2018) * Fix JSON serialization bug affecting some objects with non-enumerable properties https://github.com/elastic/elasticsearch-js/issues/504[#504] diff --git a/package.json b/package.json index b3f68d4ac..8407f3e2b 100644 --- a/package.json +++ b/package.json @@ -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.1.1", + "version": "15.2.0", "keywords": [ "elasticsearch", "mapping",