Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Aug 8, 2024
1 parent 26af5e0 commit 3d661ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,8 @@ Add suppot for osmServer option
- Remove support for node < 18
- Add new geocoder APlace.io (#349)
- Handling undefined values in here geocoder (#351)

# 4.4.0

- fix: body used already error fix #340 (#346)
- Fix: Cannot read properties of undefined (reading 'country_code') (#354)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-geocoder",
"version": "4.3.0",
"version": "4.4.0",
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 3d661ee

Please sign in to comment.