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 535c138 commit 52e15ceCopy full SHA for 52e15ce
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# check-http-status changelog
2
3
+## 1.2.0 - May 21, 2021
4
+
5
+### Enhancement
6
7
+- Allow to add multiple sitemap URLs to fetch the list of pages.
8
9
## 1.1.0 - May 18, 2021
10
11
### Enhancement
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.1.0",
+ "version": "1.2.0",
"main": "index.js",
"files": [
"LICENSE",
0 commit comments