Skip to content

Commit 2a72e1c

Browse files
Bump to v1.1.0
1 parent c49be3c commit 2a72e1c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# check-http-status changelog
2+
3+
## 1.1.0 - May 18, 2021
4+
5+
### Enhancement
6+
7+
- Skipping the URLs from the list that are returning HTTP code `200` to reduce the length of the list.
8+
9+
## 1.0.0 - Apr 22, 2021
10+
11+
- Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "check-http-status",
33
"description": "Check HTTP Status and create a list for all the HTTP status code.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"main": "index.js",
66
"files": [
77
"LICENSE",

0 commit comments

Comments
 (0)