From 6f02d0f24725962f002277f0b40cc1b47352d8f4 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 11:33:20 -0700 Subject: [PATCH 1/3] Set release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f23df0d..2384abe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ========= -6.1.0 +6.1.0 (2025-05-05) ------------------ * Support for the GeoIP Anonymous Plus database has been added. To do a From 88bc7f528d1c8fa3a991dbb460c6af5d0da081c5 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 11:34:49 -0700 Subject: [PATCH 2/3] Set release version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2535a4b1..92935fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maxmind/geoip2-node", - "version": "6.0.0", + "version": "6.1.0", "description": "Node.js API for GeoIP2 webservice client and database reader", "main": "dist/src/index.js", "homepage": "https://github.com/maxmind/GeoIP2-node", From 1369f31236be71f658fa1fc42267aced56d0ccbe Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 5 May 2025 11:51:34 -0700 Subject: [PATCH 3/3] Remove invalid param from docs --- src/webServiceClient.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/webServiceClient.ts b/src/webServiceClient.ts index 024ece10..b5245e46 100644 --- a/src/webServiceClient.ts +++ b/src/webServiceClient.ts @@ -44,9 +44,6 @@ export default class WebServiceClient { * will be treated as the timeout; however, passing in a number * should be considered deprecated and may be removed in a * future major version. - * @param host The host to use. The default is "geoip.maxmind.com". To call - * the GeoLite2 web service instead of the GeoIP2 web service, use - * "geolite.info". */ public constructor( accountID: string,