Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spurreiter committed Nov 4, 2024
1 parent ee4b0d8 commit 614c3dd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.1.1 (2024-11-04)

- docs: fix table (#ee4b0d8)

# 2.1.0 (2024-11-04)

- fix: types (#4310e40)
Expand Down Expand Up @@ -102,5 +106,3 @@
- chore: fix package.json (#597c552)
- feat: various geocode providers (#3578504)
- Initial commit (#4fb89ea)


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.1.0",
"version": "2.1.1",
"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.1.0'
export const version = '2.1.1'
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.1.0";
export const version: "2.1.1";

0 comments on commit 614c3dd

Please sign in to comment.