diff --git a/.changeset/olive-groups-design.md b/.changeset/olive-groups-design.md deleted file mode 100644 index 3a8f7f9..0000000 --- a/.changeset/olive-groups-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'bentocache': patch ---- - -Updated dependencies, including @boringnode/bus which includes a change for attempting to fix #58 diff --git a/packages/bentocache/CHANGELOG.md b/packages/bentocache/CHANGELOG.md index 07d2198..a7cd198 100644 --- a/packages/bentocache/CHANGELOG.md +++ b/packages/bentocache/CHANGELOG.md @@ -1,5 +1,11 @@ # bentocache +## 1.2.1 + +### Patch Changes + +- 1e54547: Updated dependencies, including @boringnode/bus which includes a change for attempting to fix #58 + ## 1.2.0 ### Minor Changes diff --git a/packages/bentocache/package.json b/packages/bentocache/package.json index 7a079bc..e47bc86 100644 --- a/packages/bentocache/package.json +++ b/packages/bentocache/package.json @@ -1,7 +1,7 @@ { "name": "bentocache", "type": "module", - "version": "1.2.0", + "version": "1.2.1", "description": "Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers", "author": "Julien Ripouteau ", "license": "MIT",