Skip to content

Commit 6bfc261

Browse files
authored
Merge pull request #1487 from maxmind/greg/release-6.1.0
Release 6.1.0
2 parents 8d28546 + 1369f31 commit 6bfc261

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
6.1.0
4+
6.1.0 (2025-05-05)
55
------------------
66

77
* Support for the GeoIP Anonymous Plus database has been added. To do a

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxmind/geoip2-node",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Node.js API for GeoIP2 webservice client and database reader",
55
"main": "dist/src/index.js",
66
"homepage": "https://github.com/maxmind/GeoIP2-node",

src/webServiceClient.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ export default class WebServiceClient {
4444
* will be treated as the timeout; however, passing in a number
4545
* should be considered deprecated and may be removed in a
4646
* future major version.
47-
* @param host The host to use. The default is "geoip.maxmind.com". To call
48-
* the GeoLite2 web service instead of the GeoIP2 web service, use
49-
* "geolite.info".
5047
*/
5148
public constructor(
5249
accountID: string,

0 commit comments

Comments
 (0)