Skip to content

Commit b26e7b5

Browse files
committed
3.5.4 release
1 parent 250c3c1 commit b26e7b5

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 3.5.4
4+
5+
- Reject on timeout in lookupIP, lookupASN, and getMap
6+
- Gracefully handle JSON.parse failures
7+
38
## 3.5.2 / 3.5.3
49

510
- No-op release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-ipinfo",
3-
"version": "3.5.3",
3+
"version": "3.5.4",
44
"description": "Official Node client library for IPinfo",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const VERSION = "3.5.3";
1+
const VERSION = "3.5.4";
22

33
export default VERSION;

test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"node-ipinfo": "3.5.3",
12+
"node-ipinfo": "3.5.4",
1313
"typescript": "^4.4.2"
1414
}
1515
}

0 commit comments

Comments
 (0)