Skip to content

Commit 818588f

Browse files
committed
4.2.0 release
1 parent 1a08ad1 commit 818588f

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## 4.2.0
4+
5+
- Add support for IPinfo Core API
6+
- Add support for IPinfo Plus API
7+
8+
39
## 4.1.0
410

511
- Add support for IPinfo Lite API

package-lock.json

Lines changed: 5 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": "4.1.0",
3+
"version": "4.2.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.1.0";
1+
const VERSION = "4.2.0";
22

33
export default VERSION;

0 commit comments

Comments
 (0)