Skip to content

Commit

Permalink
3.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ipinfo committed Nov 8, 2024
1 parent 250c3c1 commit b26e7b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 3.5.4

- Reject on timeout in lookupIP, lookupASN, and getMap
- Gracefully handle JSON.parse failures

## 3.5.2 / 3.5.3

- No-op release
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.3",
"version": "3.5.4",
"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.3";
const VERSION = "3.5.4";

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.3",
"node-ipinfo": "3.5.4",
"typescript": "^4.4.2"
}
}

0 comments on commit b26e7b5

Please sign in to comment.