From 44cbf5fa86f5731fcff9e08095a382cdbd081660 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 16 Nov 2016 18:37:25 -0700 Subject: [PATCH] version 12.1.0 --- README.md | 2 +- docs/browser_builds.asciidoc | 2 +- docs/changelog.asciidoc | 4 ++++ package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b33422a60..49ad4d131 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elasticsearch.js 12.0.1 +# elasticsearch.js 12.1.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 e4a19522f..800dbee54 100644 --- a/docs/browser_builds.asciidoc +++ b/docs/browser_builds.asciidoc @@ -14,7 +14,7 @@ bower install elasticsearch --------- === Download - * v12.0.1: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.0.1.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.0.1.tar.gz[tar.gz] + * v12.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-12.1.0.tar.gz[tar.gz] NOTE: Here's an example that integrates elasticsearch.js with React https://github.com/scotchfield/elasticsearch-react-example/[on GitHub] diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index f5cf4b4e4..e1b196cbe 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,10 @@ [[changelog]] == Changelog +=== 12.1 (Nov 16 2016) + * Added <> configuration parameter + * Fixed a bug introduced in v9.0.1 that prevented error messages from including some available metadata + === 12.0 (Oct 26 2016) * apiVersion `"5.0"` is now the default diff --git a/package.json b/package.json index 650ba9e30..057edc462 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": "12.0.1", + "version": "12.1.0", "browser": { "./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js", "./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",