File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ## [ 5.0.2] - 2024-03-27
11+ ### Added
12+ - Add missing fields ` size ` and ` status ` to type _ AutonomousSystemPrefix_ .
13+
1014## [ 5.0.1] - 2024-03-17
1115### Fixed
1216- Fix a packaging issue.
@@ -161,7 +165,8 @@ https://github.com/ipregistry/ipregistry-javascript#configuring-cache-max-age
161165## [ 0.9.1] - 2019-07-23
162166- First public release.
163167
164- [ Unreleased ] : https://github.com/ipregistry/ipregistry-javascript/compare/5.0.1...HEAD
168+ [ Unreleased ] : https://github.com/ipregistry/ipregistry-javascript/compare/5.0.2...HEAD
169+ [ 5.0.2 ] : https://github.com/ipregistry/ipregistry-javascript/compare/5.0.1...5.0.2
165170[ 5.0.1 ] : https://github.com/ipregistry/ipregistry-javascript/compare/5.0.0...5.0.1
166171[ 5.0.0 ] : https://github.com/ipregistry/ipregistry-javascript/compare/4.5.0...5.0.0
167172[ 4.5.0 ] : https://github.com/ipregistry/ipregistry-javascript/compare/4.4.2...4.5.0
Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ export interface AutonomousSystemPrefix {
6767 prefix : string
6868
6969 registry : RegionalInternetRegistry
70+
71+ size : number
72+
73+ status : string
7074}
7175
7276export interface AutonomousSystemRelationships {
You can’t perform that action at this time.
0 commit comments