From 3afc396e0c7b6ce7143d6977a01153344ae2209b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:57:01 +0800 Subject: [PATCH] Version Packages (#28) Co-authored-by: github-actions[bot] --- .changeset/little-parrots-roll.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/little-parrots-roll.md diff --git a/.changeset/little-parrots-roll.md b/.changeset/little-parrots-roll.md deleted file mode 100644 index dea2dad..0000000 --- a/.changeset/little-parrots-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web-widget/shared-cache": patch ---- - -Reduce the frequency of cache revalidation. diff --git a/CHANGELOG.md b/CHANGELOG.md index f9af001..f44ba47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @web-widget/shared-cache +## 0.4.2 + +### Patch Changes + +- 6596e83: Reduce the frequency of cache revalidation. + ## 0.4.1 ### Patch Changes diff --git a/package.json b/package.json index 0a1bf84..e4799b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-widget/shared-cache", - "version": "0.4.1", + "version": "0.4.2", "description": "An implementation of the web Cache API using LRU", "keywords": [ "Cache",