Skip to content

Commit 089af58

Browse files
committed
3.5.5 release
1 parent 85b9da9 commit 089af58

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 3.5.4
3+
## 3.5.4 / 3.5.5
44

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

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.4",
3+
"version": "3.5.5",
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.4";
1+
const VERSION = "3.5.5";
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.4",
12+
"node-ipinfo": "3.5.5",
1313
"typescript": "^4.4.2"
1414
}
1515
}

0 commit comments

Comments
 (0)