RELEASE.md•802 B
# Release Notes
## v2.4.0
Date: 2018-09-16
Type: Minor
This release makes the following changes, updates, and bug fixes:
1. Add babel build step to provide compatibility with ES5 environments
## v2.3.0
Date: 2018-07-31
Type: Minor
This release makes the following changes, updates, and bug fixes:
1. Update mocha to eliminate vulnerabilities.
2. Remove use of bluebird. Use native promises instead.
## v2.2.2
Date: 2018-03-26
Type: Patch
This release makes the following changes, updates, and bug fixes:
1. Remove use of Promise.spread() to improve compatibility with react native.
## v2.2.1
Date: 2018-03-24
Type: Patch
This release makes the following changes, updates, and bug fixes:
1. Switch from `request` to `node-fetch` for http requests in order to support more platforms.