Skip to content

Commit 3d661ee

Browse files
committed
4.4.0
1 parent 26af5e0 commit 3d661ee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,8 @@ Add suppot for osmServer option
151151
- Remove support for node < 18
152152
- Add new geocoder APlace.io (#349)
153153
- Handling undefined values in here geocoder (#351)
154+
155+
# 4.4.0
156+
157+
- fix: body used already error fix #340 (#346)
158+
- Fix: Cannot read properties of undefined (reading 'country_code') (#354)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-geocoder",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)