Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
[skip ci]

## [2.1.0](v2.0.1...v2.1.0) (2024-12-10)

### Features

* refactor with async/await instead of callback ([#59](#59)) ([9254c18](9254c18))
  • Loading branch information
semantic-release-bot committed Dec 10, 2024
1 parent 9254c18 commit a2cfe1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0](https://github.com/node-modules/detect-port/compare/v2.0.1...v2.1.0) (2024-12-10)


### Features

* refactor with async/await instead of callback ([#59](https://github.com/node-modules/detect-port/issues/59)) ([9254c18](https://github.com/node-modules/detect-port/commit/9254c18015498bea3617a609c13b8514b440c821))

## [2.0.1](https://github.com/node-modules/detect-port/compare/v2.0.0...v2.0.1) (2024-12-08)


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": "detect-port",
"version": "2.0.1",
"version": "2.1.0",
"description": "Node.js implementation of port detector",
"keywords": [
"detect",
Expand Down

0 comments on commit a2cfe1d

Please sign in to comment.