Skip to content

Commit 47fa994

Browse files
committed
4.1.0 release
1 parent 5242317 commit 47fa994

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

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

3-
## 4.0.0
3+
## 4.1.0
4+
5+
- Add support for IPinfo Lite API
6+
7+
## 4.0.0 / 4.0.1
48

59
Version 4 is a major version bump due to changing internals
610
(from http(s) to node-fetch) which consumers may depend on.

package-lock.json

Lines changed: 5 additions & 3 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": "4.0.1",
3+
"version": "4.1.0",
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 = "4.0.0";
1+
const VERSION = "4.1.0";
22

33
export default VERSION;

0 commit comments

Comments
 (0)