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+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ 2.2.2] - 2025-01-01
6+
7+ ### Changed
8+ - Improved package description
9+ - Created separate CHANGELOG.md file
10+
11+ ## [ 2.2.1] - 2025-01-01
12+
13+ ### Changed
14+ - Updated dependencies to their latest versions
15+ - Updated Node.js version requirement to 22.x
16+ - Changed license from ISC to MIT
17+ - Updated GitHub Actions workflow to use Node.js 22.x
18+
19+ ## [ 2.2.0] - 2025-01-01
20+
21+ ### Changed
22+ - Updated all dependencies to their latest versions
23+ - Improved geocoding functionality to handle changes in Google Maps response structure
24+ - Updated target to ES2022 for better performance
25+ - Added MIT license file and updated license references
26+ - Configured for GitHub Packages deployment
27+ - Added GitHub Actions workflow for automated publishing
28+
29+ ## [ 2.1.0] - 2025-01-01
30+
31+ ### Changed
32+ - Bumped devDependencies versions
33+
34+ ## [ 2.0.0] - 2025-01-01
35+
36+ ### Changed
37+ - Upgraded NodeJS version to 18.15.0
38+
39+ ## [ 1.2.1] - 2025-01-01
40+
41+ ### Changed
42+ - Updated version on package.json
43+
44+ ## [ 1.2.0] - 2025-01-01
45+
46+ ### Added
47+ - Enabled support for language customization
48+
49+ ## [ 1.1.0] - 2025-01-01
50+
51+ ### Fixed
52+ - Fixed decode failed validation
53+
54+ ## [ 1.0.0] - 2025-01-01
55+
56+ ### Added
57+ - Initial Release
Original file line number Diff line number Diff line change @@ -226,37 +226,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
226226
227227## Changelog
228228
229- ### v2.2.1 (Latest)
230- - Updated dependencies to their latest versions
231- - Updated Node.js version requirement to 22.x
232- - Changed license from ISC to MIT
233- - Updated GitHub Actions workflow to use Node.js 22.x
234-
235- ### v2.2.0
236- - Updated all dependencies to their latest versions
237- - Improved geocoding functionality to handle changes in Google Maps response structure
238- - Updated target to ES2022 for better performance
239- - Added MIT license file and updated license references
240- - Configured for GitHub Packages deployment
241- - Added GitHub Actions workflow for automated publishing
242-
243- ### v2.1.0
244- - Bumped devDependencies versions
245-
246- ### v2.0.0
247- - Upgraded NodeJS version to 18.15.0
248-
249- ### v1.2.1
250- - Updated version on package.json
251-
252- ### v1.2.0
253- - Enabled support for language customization
254-
255- ### v1.1.0
256- - Fixed decode failed validation
257-
258- ### v1.0.0
259- - Initial Release
229+ For a detailed changelog, please see the [ CHANGELOG.md] ( CHANGELOG.md ) file.
260230
261231---
262232
Original file line number Diff line number Diff line change 11{
22 "name" : " @aashari/nodejs-geocoding" ,
3- "version" : " 2.2.1 " ,
3+ "version" : " 2.2.2 " ,
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" ,
You can’t perform that action at this time.
0 commit comments