From 04f3af98631bfa2e0e6e3a8ac48415860190d151 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:26:20 +0800 Subject: [PATCH] Version Packages (#12) Co-authored-by: github-actions[bot] --- .changeset/pretty-pumas-cheer.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-pumas-cheer.md diff --git a/.changeset/pretty-pumas-cheer.md b/.changeset/pretty-pumas-cheer.md deleted file mode 100644 index 225c444..0000000 --- a/.changeset/pretty-pumas-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web-widget/shared-cache": patch ---- - -Fixed the problem of failing to process logs correctly after updating the cache error. diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1c17a..231de6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @web-widget/shared-cache +## 0.1.2 + +### Patch Changes + +- 98a3a1a: Fixed the problem of failing to process logs correctly after updating the cache error. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index a374a69..f0286f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-widget/shared-cache", - "version": "0.1.1", + "version": "0.1.2", "description": "An implementation of the web Cache API using LRU", "keywords": [ "Cache",