Skip to content

Commit 0c6f563

Browse files
committed
Prepare release v2.4.1
1 parent 459e661 commit 0c6f563

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog for 2.x
44
All notable changes to this project will be documented in this file.
55
This project adheres to [Semantic Versioning](http://semver.org).
66

7+
2.4.1 - 2020-04-26
8+
------------------
9+
10+
* Compatibility with jQuery 3.5.0 (#240).
11+
712
2.4.0 - 2019-08-10
813
------------------
914

dist/lity.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lity - v2.4.0 - 2020-04-25
1+
/*! Lity - v2.4.1 - 2020-04-26
22
* http://sorgalla.com/lity/
33
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
44
.lity {

dist/lity.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Lity - v2.4.0 - 2020-04-25
1+
/*! Lity - v2.4.1 - 2020-04-26
22
* http://sorgalla.com/lity/
33
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
44
(function(window, factory) {
@@ -627,7 +627,7 @@
627627
}
628628
}
629629

630-
lity.version = '2.4.0';
630+
lity.version = '2.4.1';
631631
lity.options = $.proxy(settings, lity, _defaultOptions);
632632
lity.handlers = $.proxy(settings, lity, _defaultOptions.handlers);
633633
lity.current = currentInstance;

dist/lity.min.css

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

dist/lity.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
@@ -7,7 +7,7 @@
77
"url": "http://sorgalla.com"
88
},
99
"homepage": "http://sorgalla.com/lity/",
10-
"version": "2.4.0",
10+
"version": "2.4.1",
1111
"main": "dist/lity.js",
1212
"peerDependencies": {
1313
"jquery": ">=1.7"

0 commit comments

Comments
 (0)