Skip to content

Commit 737b857

Browse files
committed
v5.1.1
Bug fix: - Restrict cache-status hit to cases where the cache was actually hit (#30)
1 parent 9691724 commit 737b857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-filecache-for-crawling",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Implementation of a `fetch` that extends the implementation from `node-fetch` to add an HTTP cache using a local cache folder for crawling purpose.",
55
"main": "fetch-filecache.js",
66
"repository": {

0 commit comments

Comments
 (0)