From 001510843a6e3940770a451a83cd860efbf11d92 Mon Sep 17 00:00:00 2001 From: andrewgryan Date: Fri, 10 May 2024 09:05:23 +0100 Subject: [PATCH] Release 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9baa3b1..fee2709 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leaflet-html", "type": "module", - "version": "0.2.2", + "version": "0.3.0", "description": "Leaflet expressed in HTML", "source": "src/index.js", "main": "./dist/leaflet-html.cjs",