Skip to content

Commit fc20cc1

Browse files
Prepare next release
1 parent 30b170b commit fc20cc1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.4.0] - 2021-12-21
11+
### Added
12+
- New `security.is_relay` field.
13+
1014
## [4.3.0] - 2021-12-14
1115
### Added
1216
- New `parse` method in _IpregistryClient_ for parsing user-agent header values.
@@ -114,7 +118,8 @@ https://github.com/ipregistry/ipregistry-javascript#configuring-cache-max-age
114118
## [0.9.1] - 2019-07-23
115119
- First public release.
116120

117-
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.3.0...HEAD
121+
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.0...HEAD
122+
[4.4.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.3.0...4.4.0
118123
[4.3.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.2.0...4.3.0
119124
[4.2.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.1.0...4.2.0
120125
[4.1.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.0.0...4.1.0

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.3.0",
4+
"version": "4.4.0",
55
"main": "./dist/index.js",
66
"browser": "./dist/browser/index.js",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)