Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Feb 25, 2019
1 parent 30875a5 commit 999361b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.9.2"></a>
## 0.9.2 (2019-02-25)


* Added anchor to custom event context ([3770312](https://github.com/kylefox/jquery-modal/commit/3770312))
* Merge pull request #238 from artem-tim/master ([30875a5](https://github.com/kylefox/jquery-modal/commit/30875a5))
* Updated documentation & min js ([89528ab](https://github.com/kylefox/jquery-modal/commit/89528ab))



<a name="0.8.2"></a>
## 0.8.2 (2017-07-03)

Expand Down
2 changes: 1 addition & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
A simple jQuery modal (http:https://github.com/kylefox/jquery-modal)
Version 0.9.1
Version 0.9.2
*/

(function (factory) {
Expand Down
4 changes: 2 additions & 2 deletions jquery.modal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-modal",
"version": "0.9.1",
"version": "0.9.2",
"main": "jquery.modal.js",
"style": "jquery.modal.css",
"description": "The simplest possible modal for jQuery",
Expand Down

0 comments on commit 999361b

Please sign in to comment.