From 0a094d7d8ab2fb473d79b9f2357111a7ec698c4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 May 2023 10:06:32 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] # [@adobe/helix-shared-tokencache-v1.2.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-tokencache-v1.2.0...@adobe/helix-shared-tokencache-v1.2.1) (2023-05-10) ### Bug Fixes * reverse order of cache locations ([#807](https://github.com/adobe/helix-shared/issues/807)) ([101d09e](https://github.com/adobe/helix-shared/commit/101d09e04b5c63a0c237520b9b590c207a4ad622)) --- packages/helix-shared-tokencache/CHANGELOG.md | 7 +++++++ packages/helix-shared-tokencache/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-tokencache/CHANGELOG.md b/packages/helix-shared-tokencache/CHANGELOG.md index a672d6ba..f8caa033 100644 --- a/packages/helix-shared-tokencache/CHANGELOG.md +++ b/packages/helix-shared-tokencache/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-tokencache-v1.2.1](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-tokencache-v1.2.0...@adobe/helix-shared-tokencache-v1.2.1) (2023-05-10) + + +### Bug Fixes + +* reverse order of cache locations ([#807](https://github.com/adobe/helix-shared/issues/807)) ([101d09e](https://github.com/adobe/helix-shared/commit/101d09e04b5c63a0c237520b9b590c207a4ad622)) + # [@adobe/helix-shared-tokencache-v1.2.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-tokencache-v1.1.2...@adobe/helix-shared-tokencache-v1.2.0) (2023-05-09) diff --git a/packages/helix-shared-tokencache/package.json b/packages/helix-shared-tokencache/package.json index 38281c77..a6d4d4f1 100644 --- a/packages/helix-shared-tokencache/package.json +++ b/packages/helix-shared-tokencache/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-tokencache", - "version": "1.2.0", + "version": "1.2.1", "description": "Shared modules of the Helix Project - tokencache", "main": "src/index.js", "type": "module",