From 665b9194cf4f0de81ecf9c70d60d65d2f0cf9f55 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 Jan 2025 06:40:20 +0000 Subject: [PATCH] chore(release): @wxt-dev/storage v1.1.0 --- packages/storage/CHANGELOG.md | 17 +++++++++++++++++ packages/storage/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 31cc2e31..5ef1af57 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.1.0 + +[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.1...storage-v1.1.0) + +### 🚀 Enhancements + +- Add `storage.clear` ([#1368](https://github.com/wxt-dev/wxt/pull/1368)) + +### 📖 Documentation + +- Update link ([654a54a](https://github.com/wxt-dev/wxt/commit/654a54a)) + +### ❤️ Contributors + +- Chengxi ([@chengxilo](http://github.com/chengxilo)) +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v1.0.1 [compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.0...storage-v1.0.1) diff --git a/packages/storage/package.json b/packages/storage/package.json index 83b29f95..a8c0a329 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.0.1", + "version": "1.1.0", "type": "module", "repository": { "type": "git",