Skip to content

Commit

Permalink
Update README and prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Oct 26, 2021
1 parent 0c509c1 commit 76ea828
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.0] - 2021-10-26
### Added
- _IpInfo_ responses have a new `company` field.
- The _Connection_ type field includes a new value of `INACTIVE`.

## [4.1.0] - 2021-07-26
### Added
- New connection type `government`.
Expand Down Expand Up @@ -101,7 +106,8 @@ https://github.com/ipregistry/ipregistry-javascript#configuring-cache-max-age
## [0.9.1] - 2019-07-23
- First public release.

[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.1.0...HEAD
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.2.0...HEAD
[4.2.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.1.0...4.2.0
[4.1.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/ipregistry/ipregistry-javascript/compare/3.1.0...4.0.0
[3.1.0]: https://github.com/ipregistry/ipregistry-javascript/compare/3.0.2...3.1.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![Actions Status](https://github.com/ipregistry/ipregistry-javascript/workflows/Node%20CI/badge.svg)](https://github.com/ipregistry/ipregistry-javascript/actions)
[![npm](https://img.shields.io/npm/v/@ipregistry/client.svg)](https://www.npmjs.com/package/@ipregistry/client)

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

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ipregistry/client",
"description": "Official Ipregistry Javascript Library (ES5, ES6+, TypeScript).",
"version": "4.1.0",
"version": "4.2.0",
"main": "./dist/index.js",
"browser": "./dist/browser/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 76ea828

Please sign in to comment.