Skip to content

Commit 7810bd3

Browse files
author
spalger
committed
version 15.3.0
1 parent 690e737 commit 7810bd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.2.0
1+
# elasticsearch.js 15.3.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.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]
25+
* v15.3.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.3.0.tar.gz[tar.gz]
2626

2727
=== Angular Build
2828
* Registers an `esFactory` factory in the `"elasticsearch"` module

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.2.0",
10+
"version": "15.3.0",
1111
"keywords": [
1212
"elasticsearch",
1313
"mapping",

0 commit comments

Comments
 (0)