diff --git a/CHANGELOG.md b/CHANGELOG.md index 1444e18a1..65f53251a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +0.14.6 (Apr 19, 2017) +---- + +- Fixed a bad publish (connectivity issue). + 0.14.5 (Apr 19, 2017) ---- diff --git a/package.json b/package.json index 859b71fd1..7a55b2e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-grid-layout", - "version": "0.14.5", + "version": "0.14.6", "description": "A draggable and resizable grid layout with responsive breakpoints, for React.", "main": "index.js", "scripts": {