Skip to content

Commit 9b54bc4

Browse files
author
GitHub Actions
committed
chore(release): @wxt-dev/storage v1.0.1
1 parent ffb99af commit 9b54bc4

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

packages/storage/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v1.0.1
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.0...storage-v1.0.1)
6+
7+
### 🩹 Fixes
8+
9+
- Use `browser` for mv2 storage ([#1200](https://github.com/wxt-dev/wxt/pull/1200))
10+
11+
### 📖 Documentation
12+
13+
- Cleanup changelog ([f5b7f7e](https://github.com/wxt-dev/wxt/commit/f5b7f7e))
14+
15+
### 🏡 Chore
16+
17+
- Init changelog for storage package ([6fc227b](https://github.com/wxt-dev/wxt/commit/6fc227b))
18+
19+
### ❤️ Contributors
20+
21+
- Aaron ([@aklinker1](http://github.com/aklinker1))
22+
323
## v1.0.0
424

525
Extracted `wxt/storage` into it's own package, `@wxt-dev/storage`!
@@ -11,4 +31,4 @@ It's still shipped inside WXT and accessible via `wxt/storage`, but now:
1131

1232
[Read the docs](https://wxt.dev/storage.html) for more details.
1333

14-
> This is apart of the v1.0 initiative for WXT.
34+
> This is apart of the v1.0 initiative for WXT.

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wxt-dev/storage",
33
"description": "Web extension storage API provided by WXT, supports all browsers.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)