Skip to content

Commit 93ac7d6

Browse files
committed
2.3.0
1 parent d724b2d commit 93ac7d6

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.3.0 (2025-05-04)
2+
3+
- fix: common js and update test fixtures (#d724b2d)
4+
- feat: azure maps geocoder (#89ff7ae)
5+
- fix: BingMapsGeocoder is deprecated (#935aac9)
6+
- chore: commit lib (#b2b9c0a)
7+
18
# 2.2.0 (2025-04-26)
29

310
- chore: move to eslint-prettier (#9f6d238)

lib/version.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

3-
const version = '2.3.0-0';
3+
const version = '2.3.0';
44

55
exports.version = version;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spurreiter/geocoder",
3-
"version": "2.3.0-0",
3+
"version": "2.3.0",
44
"description": "Node geocoding library, google maps, bing maps, mapquest, mapbox, here maps, arcgis, nominatim, ...",
55
"keywords": [
66
"geocoder",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.3.0-0'
1+
export const version = '2.3.0'

types/version.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version: "2.3.0-0";
1+
export const version: "2.3.0";

0 commit comments

Comments
 (0)