Skip to content

Commit 47445bd

Browse files
committed
Version 3.2.1
1 parent 6e50909 commit 47445bd

5 files changed

+11
-7
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Mouse Wheel ChangeLog
22

3+
## 3.2.1
4+
5+
* Update README
6+
37
## 3.2.0
48

59
* Use `.on()`/`.off()` for event binding where available

jquery.mousewheel.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Mousewheel 3.2.0
2+
* jQuery Mousewheel 3.2.1
33
* Copyright OpenJS Foundation and other contributors
44
*/
55

@@ -36,7 +36,7 @@
3636
}
3737

3838
var special = $.event.special.mousewheel = {
39-
version: "3.2.0",
39+
version: "3.2.1",
4040

4141
setup: function() {
4242
if ( this.addEventListener ) {

jquery.mousewheel.min.js

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

package-lock.json

+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-mousewheel",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"author": {
55
"name": "jQuery Foundation and other contributors",
66
"url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"

0 commit comments

Comments
 (0)