Skip to content

Commit

Permalink
cacheable-request - version bump to v13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Oct 21, 2024
1 parent 9274249 commit 35f265d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cacheable-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Latest Changes

## Breaking Changes with v10.0.0
## Breaking Changes with v13.0.0
[Keyv](https://keyv.org) has been updated to version 5. With this update, you can no longer pass in a connection string directly to the `CacheableRequest` constructor. Instead, you should pass in a Keyv or Keyv storage adapter instance.

## Breaking Changes with v10.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cacheable-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cacheable-request",
"version": "13.0.0",
"version": "13.0.1",
"description": "Wrap native HTTP requests with RFC compliant cache support",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 35f265d

Please sign in to comment.