Skip to content

Commit 9db8e4f

Browse files
Prepare next release
1 parent 5603b64 commit 9db8e4f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [5.0.0] - 2024-03-17
911
### Added
1012
- New `IpregistryClient#batchLookupAsns` method.
1113
- New `IpregistryClient#lookupAsn` method.
@@ -155,7 +157,8 @@ https://github.com/ipregistry/ipregistry-javascript#configuring-cache-max-age
155157
## [0.9.1] - 2019-07-23
156158
- First public release.
157159

158-
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/4.5.0...HEAD
160+
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/5.0.0...HEAD
161+
[5.0.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.5.0...5.0.0
159162
[4.5.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.2...4.5.0
160163
[4.4.2]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.1...4.4.2
161164
[4.4.1]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.0...4.4.1

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.5.0",
4+
"version": "5.0.0",
55
"type": "module",
66
"main": "./dist/index.js",
77
"browser": "./dist/browser/index.js",
@@ -79,7 +79,7 @@
7979
"dist/**"
8080
],
8181
"engines": {
82-
"node": ">=16.0.0"
82+
"node": ">=18.0.0"
8383
},
8484
"engineStrict": true,
8585
"private": false

0 commit comments

Comments
 (0)