Skip to content

Commit 8f4ef33

Browse files
committed
v2.4.0
1 parent 8628eef commit 8f4ef33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## [2.4.0] - 2022-03-16
44

55
### Fixed
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The library can be used in the browser by taking a local copy, or loading it fro
9696
```html
9797
<!doctype html><title>geodesy example</title><meta charset="utf-8">
9898
<script type="module">
99-
import LatLon from 'https://cdn.jsdelivr.net/npm/geodesy@2.3.0/latlon-spherical.min.js';
99+
import LatLon from 'https://cdn.jsdelivr.net/npm/geodesy@2.4.0/latlon-spherical.min.js';
100100
101101
const p1 = new LatLon(50.06632, -5.71475);
102102
const p2 = new LatLon(58.64402, -3.07009);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"keywords": [ "geodesy", "latitude", "longitude", "distance", "bearing", "destination", "haversine", "vincenty", "rhumb", "ellipsoid", "datum", "reference-frame", "TRF", "vector", "n-vector", "wgs84", "utm", "mgrs" ],
1010
"author": "Chris Veness",
11-
"version": "2.3.0",
11+
"version": "2.4.0",
1212
"license": "MIT",
1313
"type": "module",
1414
"module": "./",

0 commit comments

Comments
 (0)