Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
Bug fix:
- Restrict cache-status hit to cases where the cache was actually hit (#30)
  • Loading branch information
tidoust committed Oct 23, 2023
1 parent 9691724 commit 737b857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-filecache-for-crawling",
"version": "5.1.0",
"version": "5.1.1",
"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.",
"main": "fetch-filecache.js",
"repository": {
Expand Down

0 comments on commit 737b857

Please sign in to comment.