Skip to content

Commit

Permalink
Bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Aug 18, 2016
1 parent 85267db commit bbf6246
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.7.1"></a>
## 0.7.1 (2016-08-18)


* add minified css ([4f43415](https://github.com/kylefox/jquery-modal/commit/4f43415))
* add snippet to be able to load jquery as a module ([a3f1508](https://github.com/kylefox/jquery-modal/commit/a3f1508))
* add the minified javascript source ([27c88ac](https://github.com/kylefox/jquery-modal/commit/27c88ac))
* Explain events. ([99034ae](https://github.com/kylefox/jquery-modal/commit/99034ae))
* Merge pull request #154 from YuriBrunetto/min-css ([8a45590](https://github.com/kylefox/jquery-modal/commit/8a45590))
* Merge pull request #166 from Cryde/master ([85267db](https://github.com/kylefox/jquery-modal/commit/85267db))



<a name="0.7.0"></a>
# 0.7.0 (2016-03-17)

Expand Down
4 changes: 3 additions & 1 deletion jquery.modal.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
A simple jQuery modal (https://github.com/kylefox/jquery-modal)
Version 0.7.0
Version 0.7.1
*/

(function (factory) {
// Making your jQuery plugin work better with npm tools
// https://blog.npmjs.org/post/112712169830/making-your-jquery-plugin-work-better-with-npm
if(typeof module === "object" && typeof module.exports === "object") {
factory(require("jquery"), window, document);
}
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0",
"version": "0.7.1",
"main": "jquery.modal.js",
"style": "jquery.modal.css",
"description": "The simplest possible modal for jQuery",
Expand Down

0 comments on commit bbf6246

Please sign in to comment.