diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c326997..f8f2d0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.6.1 - Tue, 06 Dec 2016 17:16:10 GMT +-------------------------------------- + +- [62d87e1](../../commit/62d87e1) [fixed] Remove arrow function from ES5 source + + v1.6.0 - Tue, 06 Dec 2016 15:09:25 GMT -------------------------------------- diff --git a/bower.json b/bower.json index 6670dfae..41599548 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.6.0", + "version": "1.6.1", "homepage": "https://github.com/rackt/react-modal", "authors": [ "Ryan Florence", diff --git a/package.json b/package.json index 6340bcd8..f6b76806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-modal", - "version": "1.6.0", + "version": "1.6.1", "description": "Accessible modal dialog component for React.JS", "main": "./lib/index", "repository": {