react-leaflet-measure 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  react-leaflet-measure Changelog
2
2
  =========================
3
3
 
4
+ ## 3.0.1 (2026-01-11)
5
+
6
+ * NPM Audit Fix
7
+
4
8
  ## 3.0.0 (2025-11-28)
5
9
 
6
10
  * Update Leaflet dependency to 1.9.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-leaflet-measure",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "React wrapper of leaflet-measure. Coordinate, linear, and area measure control for Leaflet maps.",
5
5
  "main": "dist/react-leaflet-measure.min.js",
6
6
  "scripts": {