From c66047ef551648cd0959eb5cb41b18e7e9065bc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:59:56 +0800 Subject: [PATCH] Version Packages (#14) Co-authored-by: github-actions[bot] --- .changeset/cool-files-cross.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cool-files-cross.md diff --git a/.changeset/cool-files-cross.md b/.changeset/cool-files-cross.md deleted file mode 100644 index b080a4f..0000000 --- a/.changeset/cool-files-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@web-widget/shared-cache": minor ---- - -Make the post method’s caching logic comply with standards. diff --git a/CHANGELOG.md b/CHANGELOG.md index 231de6d..7d35173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @web-widget/shared-cache +## 0.2.0 + +### Minor Changes + +- dc275c7: Make the post method’s caching logic comply with standards. + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index f0286f6..4c27984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-widget/shared-cache", - "version": "0.1.2", + "version": "0.2.0", "description": "An implementation of the web Cache API using LRU", "keywords": [ "Cache",