From 1d75ddb4e687b47b364898757f7f709c635927a1 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 18 Sep 2019 18:34:48 -0700 Subject: [PATCH] version 16.4.0 --- 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 2ba65a05e..04dbb64cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 16.3.0 +# elasticsearch.js 16.4.0 --- diff --git a/docs/browser_builds.asciidoc b/docs/browser_builds.asciidoc index 09f68d5cf..0eb78be35 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -22,7 +22,7 @@ npm install elasticsearch-browser --------- === Download - * v16.3.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.3.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.3.0.tar.gz[tar.gz] + * v16.4.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.4.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.4.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 f686d3768..c6e3b4936 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,9 @@ [[changelog]] == Changelog +=== 16.4.0(Jul 10 2019) + * apiVersion `"7.3"` is now the default + === 16.3.0 (Jul 10 2019) * Removed many development dependencies * Switched to standard + prettier linting config. Testing indicates that this doesn't have any effect on the external API but it produces thousands of changes so releasing as a minor version bump just to be safe. diff --git a/package.json b/package.json index 1ec94abc3..c1c661e7f 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": "https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html", - "version": "16.3.0", + "version": "16.4.0", "keywords": [ "elasticsearch", "mapping",