diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f3dcab..863979d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.7.7 - Tue, 18 Apr 2017 13:40:29 GMT +-------------------------------------- + +- [889ffde](../../commit/889ffde) [fixed] Removed additional es2015 causing problems + + v1.7.6 - Thu, 13 Apr 2017 14:41:16 GMT -------------------------------------- diff --git a/bower.json b/bower.json index 5f138704..2e51b2aa 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.6", + "version": "1.7.7", "homepage": "https://github.com/reactjs/react-modal", "authors": [ "Ryan Florence", diff --git a/package.json b/package.json index b3fff68c..e8150002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.6", + "version": "1.7.7", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", "repository": {