Skip to content

Commit 76ea828

Browse files
Update README and prepare next release
1 parent 0c509c1 commit 76ea828

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.2.0] - 2021-10-26
11+
### Added
12+
- _IpInfo_ responses have a new `company` field.
13+
- The _Connection_ type field includes a new value of `INACTIVE`.
14+
1015
## [4.1.0] - 2021-07-26
1116
### Added
1217
- New connection type `government`.
@@ -101,7 +106,8 @@ https://github.com/ipregistry/ipregistry-javascript#configuring-cache-max-age
101106
## [0.9.1] - 2019-07-23
102107
- First public release.
103108

104-
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.1.0...HEAD
109+
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.2.0...HEAD
110+
[4.2.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.1.0...4.2.0
105111
[4.1.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.0.0...4.1.0
106112
[4.0.0]: https://github.com/ipregistry/ipregistry-javascript/compare/3.1.0...4.0.0
107113
[3.1.0]: https://github.com/ipregistry/ipregistry-javascript/compare/3.0.2...3.1.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![Actions Status](https://github.com/ipregistry/ipregistry-javascript/workflows/Node%20CI/badge.svg)](https://github.com/ipregistry/ipregistry-javascript/actions)
66
[![npm](https://img.shields.io/npm/v/@ipregistry/client.svg)](https://www.npmjs.com/package/@ipregistry/client)
77

8-
This is the official Javascript client library for the [Ipregistry](https://ipregistry.co) IP geolocation and threat data API,
9-
allowing you to lookup your own IP address or specified ones. Responses return up to 65 data points including
10-
location, currency, timezone, threat information, and more.
8+
This is the official Javascript client library for the [Ipregistry](https://ipregistry.co) IP geolocation and threat data API,
9+
allowing you to lookup your own IP address or specified ones. Responses return multiple data points including carrier,
10+
company, currency, location, timezone, threat information, and more.
1111

1212
## Getting Started
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ipregistry/client",
33
"description": "Official Ipregistry Javascript Library (ES5, ES6+, TypeScript).",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"main": "./dist/index.js",
66
"browser": "./dist/browser/index.js",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)