Skip to content

Commit 0f7120b

Browse files
Prepare next release
1 parent 2faf0bc commit 0f7120b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [4.5.0] - 2022-04-11
10+
## [4.5.0] - 2022-04-15
1111
### Added
1212
- New `is_vpn` field in `security` object.
1313

package.json

Lines changed: 2 additions & 2 deletions
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.4.2",
4+
"version": "4.5.0",
55
"main": "./dist/index.js",
66
"browser": "./dist/browser/index.js",
77
"module": "./dist/esm/index.js",
@@ -50,7 +50,7 @@
5050
},
5151
"author": "Ipregistry <support@ipregistry.co>",
5252
"devDependencies": {
53-
"@types/chai": "^4.3.0",
53+
"@types/chai": "^4.3.1",
5454
"@types/lru-cache": "^7.6.1",
5555
"@types/mocha": "^9.1.0",
5656
"chai": "^4.3.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
6161
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
6262

63-
"@types/chai@^4.3.0":
64-
version "4.3.0"
65-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.0.tgz#23509ebc1fa32f1b4d50d6a66c4032d5b8eaabdc"
66-
integrity sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==
63+
"@types/chai@^4.3.1":
64+
version "4.3.1"
65+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
66+
integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
6767

6868
"@types/eslint-scope@^3.7.3":
6969
version "3.7.3"

0 commit comments

Comments
 (0)