Skip to content

Commit ea83464

Browse files
committed
bump version
1 parent f74d10b commit ea83464

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Leaflet.DoubleTapDragZoom Changelog
22

3+
## 0.3.1 (2024-01-06)
4+
5+
- Fix freezing map for non correct gesture (#13)
6+
7+
## 0.3.0 (2021-11-07)
8+
9+
- Fix touch event being propagated when zooming
10+
311
## 0.3.0 (2021-11-07)
412

513
- Fix touch event being propagated when zooming

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-doubletapdragzoom",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Leaflet plugin that implements double-tap-and-drag zoom feature for zooming in / out with one hand",
55
"main": "Leaflet.DoubleTapDragZoom.js",
66
"directories": {

0 commit comments

Comments
 (0)