Skip to content

Commit 0cba6a4

Browse files
committed
Bump version to 2.2.0
1 parent f523168 commit 0cba6a4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.2.0 - 2024-04-20
2+
3+
- add isValidCIDR method
4+
- fix parsing of some IPv4-embedded IPv6 adresses
5+
- add RFC7534, RFC7535, RFC7450, RFC6666, RFC5180, RFC7450 reserved address ranges
6+
17
### 2.1.0 - 2023-05-23
28

39
- un-deprecate IPv6.toString() and make it an alias to toRFC5952String()

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipaddr.js",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"homepage": "https://github.com/whitequark/ipaddr.js",
55
"authors": [
66
"whitequark <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipaddr.js",
33
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"author": "whitequark <[email protected]>",
66
"directories": {
77
"lib": "./lib"

0 commit comments

Comments
 (0)