Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Apr 20, 2024
1 parent f523168 commit 0cba6a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.2.0 - 2024-04-20

- add isValidCIDR method
- fix parsing of some IPv4-embedded IPv6 adresses
- add RFC7534, RFC7535, RFC7450, RFC6666, RFC5180, RFC7450 reserved address ranges

### 2.1.0 - 2023-05-23

- un-deprecate IPv6.toString() and make it an alias to toRFC5952String()
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipaddr.js",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "https://github.com/whitequark/ipaddr.js",
"authors": [
"whitequark <whitequark@whitequark.org>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ipaddr.js",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"version": "2.1.0",
"version": "2.2.0",
"author": "whitequark <whitequark@whitequark.org>",
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit 0cba6a4

Please sign in to comment.