From e20c012eb3c729142aaeebbba1afe72eb8ae928c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 22 Feb 2026 21:45:29 +0000 Subject: [PATCH] chore(release): @wxt-dev/storage v1.2.8 --- packages/storage/CHANGELOG.md | 12 ++++++++++++ packages/storage/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 1db48268..90fcb60c 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.2.8 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.7...storage-v1.2.8) + +### 🩹 Fixes + +- Correctly update version metadata when setting a value for the first time ([#2139](https://github.com/wxt-dev/wxt/pull/2139)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](https://github.com/aklinker1)) + ## v1.2.7 [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.2.6...storage-v1.2.7) diff --git a/packages/storage/package.json b/packages/storage/package.json index 22d2d32d..a6ac36b7 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,7 +1,7 @@ { "name": "@wxt-dev/storage", "description": "Web extension storage API provided by WXT, supports all browsers.", - "version": "1.2.7", + "version": "1.2.8", "type": "module", "repository": { "type": "git",