We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49be3c commit 2a72e1cCopy full SHA for 2a72e1c
CHANGELOG.md
@@ -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
@@ -1,7 +1,7 @@
{
"name": "check-http-status",
"description": "Check HTTP Status and create a list for all the HTTP status code.",
- "version": "1.0.0",
+ "version": "1.1.0",
"main": "index.js",
"files": [
"LICENSE",
0 commit comments