Skip to content

Commit 3fd6c23

Browse files
committed
bump version
1 parent e13514a commit 3fd6c23

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

CHANGELOG.md

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

3+
## 0.3.0 (2021-11-07)
4+
5+
- Fix touch event being propagated when zooming
6+
37
## 0.2.0 (2018-10-29)
48

59
- Add `doubleTapDragZoomOptions` map option

package-lock.json

Lines changed: 37 additions & 3 deletions
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.2.0",
3+
"version": "0.3.0",
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)