Skip to content

Commit

Permalink
3.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Nov 8, 2024
1 parent 85b9da9 commit 089af58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 3.5.4
## 3.5.4 / 3.5.5

- Reject on timeout in lookupIP, lookupASN, and getMap
- Gracefully handle JSON.parse failures
Expand Down
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": "node-ipinfo",
"version": "3.5.4",
"version": "3.5.5",
"description": "Official Node client library for IPinfo",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const VERSION = "3.5.4";
const VERSION = "3.5.5";

export default VERSION;
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"node-ipinfo": "3.5.4",
"node-ipinfo": "3.5.5",
"typescript": "^4.4.2"
}
}

0 comments on commit 089af58

Please sign in to comment.