Skip to content

Commit

Permalink
Merge pull request #3 from badrap/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
jviide authored Oct 15, 2024
2 parents 3a24c2c + 29c13f8 commit c03aa1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-ties-burn.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @badrap/ipv46

## 2.2.2

### Patch Changes

- [`3a24c2c`](https://github.com/badrap/ipv46/commit/3a24c2c0e89ab5723271f4f5b298d4357b7f39c0) Thanks [@jviide](https://github.com/jviide)! - Add explicit type for `const IP`

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@badrap/ipv46",
"version": "2.2.1",
"version": "2.2.2",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@badrap/ipv46",
"version": "2.2.1",
"version": "2.2.2",
"description": "Parse, format and compare IPv4/6 addresses",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.mjs",
Expand Down

0 comments on commit c03aa1c

Please sign in to comment.