Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
version 16.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 10, 2019
1 parent bf7632e commit e234705
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# elasticsearch.js 16.2.0
# elasticsearch.js 16.3.0

---

Expand Down
2 changes: 1 addition & 1 deletion docs/browser_builds.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm install elasticsearch-browser
---------

=== Download
* v16.2.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.2.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.2.0.tar.gz[tar.gz]
* 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]

=== Angular Build
* Registers an `esFactory` factory in the `"elasticsearch"` module
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[[changelog]]
== Changelog

=== 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.

=== 16.2.0 (Jul 3 2019)
* apiVersion `"7.2"` is now the default
* Dropped support for old `6.7` version
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0",
"version": "16.3.0",
"keywords": [
"elasticsearch",
"mapping",
Expand Down Expand Up @@ -106,4 +106,4 @@
"engines": {
"node": ">=0.8"
}
}
}

0 comments on commit e234705

Please sign in to comment.