Skip to content

Release 6.1.0 #1487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 0 additions & 3 deletions src/webServiceClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down