Merge pull request #387 from divergentdave/patch-1

Fix typo
This commit is contained in:
Spencer
2016-04-06 06:58:06 -07:00

View File

@ -1,7 +1,7 @@
# elasticsearch-js changelog
## 11.0 (Apr 5 2016)
- apiVersion `"2.3"` is not the default
- apiVersion `"2.3"` is now the default
- updated APIs, to use the new API's exposed by the `v5.0.0-alpha1` of elasticsearch use the `"master"` api version.
- Switch to [promise](https://www.npmjs.com/package/promise) from [promise-js](https://www.npmjs.com/package/promise-js) to prevent polluting global environment