Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igoradamenko committed Jun 6, 2023
1 parent 6eca924 commit e2920b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.0.0 (05.06.2023)

Dropped Node.js 12 support. Ensured 16 & 18 support.

Check out [migration guide](./MIGRATION.md).


## 3.1.1 (10.06.2021)

Fixed several security vulnerabilities:
Expand Down
7 changes: 7 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Migration

## 3.1.1 → 4.0.0

We've dropped Node.js 12 support.

But probably you still may continue to use this lib there if you need to. But be careful.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@funboxteam/free-port-finder",
"version": "3.1.1",
"version": "4.0.0",
"description": "Tiny utility for checking ports availability",
"keywords": [
"port",
Expand Down

0 comments on commit e2920b4

Please sign in to comment.