From f5b7f7e0e5ccd7544f4e43300b0de37782951b8c Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 14 Nov 2024 10:11:39 -0600 Subject: [PATCH] docs: Cleanup changelog --- packages/storage/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index 8f72d0ec8..c9f360d10 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -2,6 +2,13 @@ ## 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. +Extracted `wxt/storage` into it's own package, `@wxt-dev/storage`! + +It's still shipped inside WXT and accessible via `wxt/storage`, but now: + +- Non-WXT projects can use the storage wrapper. +- We can make breaking changes to the API separately. [Read the docs](https://wxt.dev/storage.html) for more details. + +> This is apart of the v1.0 initiative for WXT.