Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryCauser committed Dec 4, 2021
1 parent 7ee0d38 commit aed2bd2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/JerryCauser/tcp-exists/compare/v1.2.0...v1.3.0) (2021-12-04)

## [1.2.0](https://github.com/JerryCauser/tcp-exists/compare/v1.1.2...v1.2.0) (2021-11-01)

### [1.1.2](https://github.com/JerryCauser/tcp-exists/compare/v1.1.1...v1.1.2) (2021-10-29)
Expand Down
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.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tcp-exists",
"version": "1.2.0",
"version": "1.3.0",
"description": "A small function to check if some tcp endpoint exists.",
"type": "module",
"main": "cjs/index.js",
"module": "index.js",
"exports": {
".": {
"require": "./cjs/index.js",
"require": "./cjs/index.js",
"default": "./index.js"
}
},
Expand Down Expand Up @@ -51,6 +51,8 @@
"standard-version": "^9.3.2"
},
"standard": {
"ignore": ["cjs/index.js"]
"ignore": [
"cjs/index.js"
]
}
}

0 comments on commit aed2bd2

Please sign in to comment.