Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 2.1.0 #15

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/ChainSafe/is-ip/compare/v2.0.2...v2.1.0) (2025-01-30)


### Features

* ipv4 mapped addresses ([#13](https://github.com/ChainSafe/is-ip/issues/13)) ([213767b](https://github.com/ChainSafe/is-ip/commit/213767bd2aa81263b359787ef1d99ed73c56b4fb))


### Bug Fixes

* include src in module tarball ([#12](https://github.com/ChainSafe/is-ip/issues/12)) ([fdec06b](https://github.com/ChainSafe/is-ip/commit/fdec06bdb34220b4f58f334e8b8ca3436da938e3))
* use node 22 in CI ([#14](https://github.com/ChainSafe/is-ip/issues/14)) ([d76c472](https://github.com/ChainSafe/is-ip/commit/d76c472f7b2719cc985205fb61d5fc5c3255a02b))

## [2.0.2](https://github.com/ChainSafe/is-ip/compare/v2.0.1...v2.0.2) (2023-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/is-ip",
"version": "2.0.2",
"version": "2.1.0",
"description": "Check if a string is an IP address",
"type": "module",
"files": [
Expand Down