diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddb795..15c3591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.6.1 (2016-01-20) + + +### Fix + +* Fix: modals with fade not displaying again after initial open/close (Closes #138) ([7dbe45f](https://github.com/kylefox/jquery-modal/commit/7dbe45f)), closes [#138](https://github.com/kylefox/jquery-modal/issues/138) + + + # 0.6.0 (2015-11-17) diff --git a/package.json b/package.json index 0dad9e3..fa1db21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery-modal", - "version": "0.6.0", + "version": "0.6.1", "main": "jquery.modal.js", "style": "jquery.modal.css", "description": "The simplest possible modal for jQuery",