From 2d4fe2f83a0098199371c3c271937d17ba8172a9 Mon Sep 17 00:00:00 2001 From: spalger Date: Tue, 3 Jul 2018 12:14:05 -0700 Subject: [PATCH] bring over changes from version 15.1.1 (cherry picked from commit bd7dbe78457236d682376a639bf018f0bdc74465) --- 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 aa525d349..ef3bcf7f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 15.1.0 +# elasticsearch.js 15.1.1 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 60a12d1e4..d3ed0248d 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * v15.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.0.tar.gz[tar.gz] + * 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] === Angular Build * Registers an `esFactory` factory in the `"elasticsearch"` module diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index dff184a7f..a7c86648a 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,9 @@ [[changelog]] == Changelog +=== 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] + === 15.1.0 (July 3 2018) * apiVersion `"6.3"` is now the default diff --git a/package.json b/package.json index e11507f2a..b7c097050 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.0", + "version": "15.1.1", "keywords": [ "elasticsearch", "mapping",