From 6fc227bad62afe263982d3c6dc6d5628d70ba4ba Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 14 Nov 2024 10:03:55 -0600 Subject: [PATCH] chore: Init changelog for storage package --- packages/storage/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 packages/storage/CHANGELOG.md diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md new file mode 100644 index 000000000..8f72d0ec8 --- /dev/null +++ b/packages/storage/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## v1.0.0 + +Extracted `wxt/storage` into it's own package, `@wxt-dev/storage`! It's still shipped inside WXT and accessible via `wxt/storage`, but now other, non-WXT projects can use the storage wrapper and we can make breaking changes to the API separately. + +[Read the docs](https://wxt.dev/storage.html) for more details.