diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a8fefc..c6f3dcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.7.6 - Thu, 13 Apr 2017 14:41:16 GMT +-------------------------------------- + +- [048ef2d](../../commit/048ef2d) [fixed] remove additional es2015 from refCount + + v1.7.5 - Thu, 13 Apr 2017 14:20:34 GMT -------------------------------------- diff --git a/bower.json b/bower.json index bafa5588..5f138704 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.5", + "version": "1.7.6", "homepage": "https://github.com/reactjs/react-modal", "authors": [ "Ryan Florence", diff --git a/package.json b/package.json index e6d91288..b3fff68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.7.5", + "version": "1.7.6", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index.js", "repository": {