From 4208ebc5074b72e70ad7f4ab6b2300715c1c7b2c Mon Sep 17 00:00:00 2001 From: akfdev-sr Date: Sat, 30 Nov 2024 10:58:05 +0000 Subject: [PATCH] chore(release): 7.8.17 [skip ci] ## [7.8.17](https://github.com/just-ak/AWS-Console-Tittle-Bar/compare/v7.8.16...v7.8.17) (2024-11-30) ### Bug Fixes * Updating Version results in empty config on first call ([f962342](https://github.com/just-ak/AWS-Console-Tittle-Bar/commit/f962342a9a1158a5a58745dd595c729241788e9d)) * Updating Version results in empty config on first call ([70b09c7](https://github.com/just-ak/AWS-Console-Tittle-Bar/commit/70b09c7b23f4cb47e065ddb948d353cf36b97fff)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 104261f..cb21ee4 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,5 @@ "webPreview": "npm run sync-versions && cd website && npm run preview", "websiteBuild": "cd website && npm run build" }, - "version": "7.8.16" + "version": "7.8.17" }