Skip to content

Commit 61f02ad

Browse files
committed
3.3.1
1 parent 0a40fbb commit 61f02ad

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.3.1 (2025-09-14)
2+
3+
- package: fix main and module entrypoints ([7646763](https://github.com/perliedman/leaflet-control-geocoder/commit/7646763))
4+
- demo: use preferred tile.openstreetmap.org URL ([0a40fbb](https://github.com/perliedman/leaflet-control-geocoder/commit/0a40fbb))
5+
16
## 3.3.0 (2025-08-16)
27

38
This version provides **compatibility with [Leaflet 2.0.0-alpha1](https://github.com/Leaflet/Leaflet/releases/tag/v2.0.0-alpha1)**.

package-lock.json

Lines changed: 2 additions & 2 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-control-geocoder",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Extendable geocoder with builtin support for OpenStreetMap Nominatim, Bing, Google, Mapbox, MapQuest, What3Words, Photon, Pelias, HERE, Neutrino, Plus codes",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)