File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # [ 2.5.0] ( https://github.com/aashari/nodejs-geocoding/compare/v2.4.0...v2.5.0 ) (2025-03-22)
2+
3+
4+ ### Features
5+
6+ * add new examples directory with sample code ([ 9cb9d13] ( https://github.com/aashari/nodejs-geocoding/commit/9cb9d13cea7fe44bc05ff62c59d856eb93e25e40 ) )
7+
18# [ 2.4.0] ( https://github.com/aashari/nodejs-geocoding/compare/v2.3.0...v2.4.0 ) (2025-03-22)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " @aashari/nodejs-geocoding" ,
3- "version" : " 2.4 .0" ,
3+ "version" : " 2.5 .0" ,
44 "description" : " A lightweight TypeScript/Node.js library for geocoding and reverse geocoding operations with multilingual support" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Location } from './location.interface';
22import { get } from './request.handler' ;
33
44// Package version - will be updated automatically by the release process
5- export const VERSION = '2.4 .0' ;
5+ export const VERSION = '2.5 .0' ;
66
77// Define types for the JSON response
88type GoogleMapsJsonResponse = Record < string , unknown > ;
You can’t perform that action at this time.
0 commit comments