Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spurreiter committed Nov 4, 2024
1 parent 4310e40 commit 758d06c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.1.0 (2024-11-04)

- fix: types (#4310e40)
- feat(mapbox): rework code (#bb9e81c)
- feat(mapbox): fix formatResult to follow guidelines of other providers + adapt tests to mapbox api v6 (#f3d2d16)
- feat(mapbox): avoid breaking typing (#ab2cb99)
- return whole match_code object and avoid encoding address twice (#76bd147)
- feat(mapbox): update to mapbox api v6 (#04100c2)
- docs(README): reformat, update CI badge (#aa19b7b)
- chore: update env template (#396acd2)

# 2.0.0 (2024-07-13)

- chore: use node 20 + 22 for actions (#34d4f7b)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spurreiter/geocoder",
"version": "2.0.1-0",
"version": "2.1.0",
"description": "Node geocoding library, google maps, bing maps, mapquest, mapbox, here maps, arcgis, nominatim, ...",
"keywords": [
"geocoder",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.1-0'
export const version = '2.1.0'
2 changes: 1 addition & 1 deletion types/version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: "2.0.1-0";
export const version: "2.1.0";

0 comments on commit 758d06c

Please sign in to comment.