Skip to content

Commit cf62a4a

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.2...v2.3.0) (2025-03-22) ### Features * migrate to semantic-release for automated versioning and publishing ([0d2670a](0d2670a))
1 parent 9655755 commit cf62a4a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# [2.3.0](https://github.com/aashari/nodejs-geocoding/compare/v2.2.2...v2.3.0) (2025-03-22)
2+
3+
4+
### Features
5+
6+
* migrate to semantic-release for automated versioning and publishing ([0d2670a](https://github.com/aashari/nodejs-geocoding/commit/0d2670a59223b76e30148020cf49a8bb53daa9f7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aashari/nodejs-geocoding",
3-
"version": "2.2.2",
3+
"version": "2.3.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",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Location } from './location.interface';
22
import { get } from './request.handler';
33

44
// Package version - will be updated automatically by the release process
5-
export const VERSION = '2.2.2';
5+
export const VERSION = '2.3.0';
66

77
// Define types for the JSON response
88
type GoogleMapsJsonResponse = Record<string, unknown>;

0 commit comments

Comments
 (0)