Skip to content

Commit 999361b

Browse files
committed
Bump to 0.9.2
1 parent 30875a5 commit 999361b

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.9.2"></a>
2+
## 0.9.2 (2019-02-25)
3+
4+
5+
* Added anchor to custom event context ([3770312](https://github.com/kylefox/jquery-modal/commit/3770312))
6+
* Merge pull request #238 from artem-tim/master ([30875a5](https://github.com/kylefox/jquery-modal/commit/30875a5))
7+
* Updated documentation & min js ([89528ab](https://github.com/kylefox/jquery-modal/commit/89528ab))
8+
9+
10+
111
<a name="0.8.2"></a>
212
## 0.8.2 (2017-07-03)
313

jquery.modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
A simple jQuery modal (http://github.com/kylefox/jquery-modal)
3-
Version 0.9.1
3+
Version 0.9.2
44
*/
55

66
(function (factory) {

jquery.modal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-modal",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"main": "jquery.modal.js",
55
"style": "jquery.modal.css",
66
"description": "The simplest possible modal for jQuery",

0 commit comments

Comments
 (0)