Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Mar 17, 2024
1 parent 5603b64 commit 9db8e4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.0.0] - 2024-03-17
### Added
- New `IpregistryClient#batchLookupAsns` method.
- New `IpregistryClient#lookupAsn` method.
Expand Down Expand Up @@ -155,7 +157,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.5.0...HEAD
[Unreleased]: https://github.com/ipregistry/ipregistry-javascript/compare/5.0.0...HEAD
[5.0.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.5.0...5.0.0
[4.5.0]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.2...4.5.0
[4.4.2]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.1...4.4.2
[4.4.1]: https://github.com/ipregistry/ipregistry-javascript/compare/4.4.0...4.4.1
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0",
"version": "5.0.0",
"type": "module",
"main": "./dist/index.js",
"browser": "./dist/browser/index.js",
Expand Down Expand Up @@ -79,7 +79,7 @@
"dist/**"
],
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"engineStrict": true,
"private": false
Expand Down

0 comments on commit 9db8e4f

Please sign in to comment.