Skip to content

Commit a461a23

Browse files
chore(release): @wxt-dev/storage v1.1.1
1 parent c0867e3 commit a461a23

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/storage/CHANGELOG.md

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

3+
## v1.1.1
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.1.0...storage-v1.1.1)
6+
7+
### 🩹 Fixes
8+
9+
- Return early if no migration is needed ([#1502](https://github.com/wxt-dev/wxt/pull/1502))
10+
11+
### 🏡 Chore
12+
13+
- Add funding links to `package.json` files ([#1446](https://github.com/wxt-dev/wxt/pull/1446))
14+
- Use PNPM 10's new catelog feature ([#1493](https://github.com/wxt-dev/wxt/pull/1493))
15+
- Move production dependencies to PNPM 10 catelog ([#1494](https://github.com/wxt-dev/wxt/pull/1494))
16+
- **deps:** Upgrade to Vite 6 and related dependencies ([#1496](https://github.com/wxt-dev/wxt/pull/1496))
17+
18+
### ❤️ Contributors
19+
20+
- Ergou <ma2808203259@hotmail.com>
21+
- Aaron ([@aklinker1](http://github.com/aklinker1))
22+
- Okinea Dev ([@okineadev](http://github.com/okineadev))
23+
324
## v1.1.0
425

526
[compare changes](https://github.com/wxt-dev/wxt/compare/storage-v1.0.1...storage-v1.1.0)

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.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)