Skip to content
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
=========

7.1.0 (unreleased)
7.1.0 (2026-07-16)
------------------

* A new `residential` property has been added to the `anonymizer` object in
Expand Down
6 changes: 4 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# Run locally with:
# lychee './**/*.md' './src/**/*.ts' './package.json'

# Include URL fragments in checks
include_fragments = true
# Include URL fragments in checks. lychee 0.24 changed this from a bool to an
# enum (none|anchor-only|text-only|full); "full" checks both anchor and text
# fragments.
include_fragments = "full"

# Don't allow any redirects, so links that have moved are surfaced and updated
# to their canonical destination.
Expand Down
67 changes: 39 additions & 28 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "7.0.0",
"version": "7.1.0",
"description": "Node.js API for GeoIP2 webservice client and database reader",
"type": "module",
"main": "dist/src/index.js",
Expand Down