Skip to content

Commit e770f9b

Browse files
author
GitHub Actions
committed
chore(release): wxt v0.19.14
1 parent 67f3561 commit e770f9b

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

packages/wxt/CHANGELOG.md

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

3+
## v0.19.14
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.13...wxt-v0.19.14)
6+
7+
### 🚀 Enhancements
8+
9+
- **storage:** Support storage items in batch functions ([#990](https://github.com/wxt-dev/wxt/pull/990))
10+
- Automatically disable 'Show warning about Self-XSS when pasing code' in new chrome ([#1159](https://github.com/wxt-dev/wxt/pull/1159))
11+
12+
### 🩹 Fixes
13+
14+
- Throw when config file does not exist ([#1156](https://github.com/wxt-dev/wxt/pull/1156))
15+
16+
### 📖 Documentation
17+
18+
- Cleanup typos and broken links ([bb5ea34](https://github.com/wxt-dev/wxt/commit/bb5ea34))
19+
- Fix typo in `popup` and `options` EntrypointOptions ([#1121](https://github.com/wxt-dev/wxt/pull/1121))
20+
21+
### 🏡 Chore
22+
23+
- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164))
24+
- **deps:** Bump dev and non-breaking major dependencies ([#1167](https://github.com/wxt-dev/wxt/pull/1167))
25+
26+
### ❤️ Contributors
27+
28+
- Aaron ([@aklinker1](http://github.com/aklinker1))
29+
- Rxliuli ([@rxliuli](http://github.com/rxliuli))
30+
- Kongmoumou ([@kongmoumou](http://github.com/kongmoumou))
31+
- Florian Metz ([@Timeraa](http://github.com/Timeraa))
32+
- Bread Grocery <[email protected]>
33+
334
## v0.19.13
435

536
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.19.12...wxt-v0.19.13)
@@ -2578,4 +2609,4 @@ Initial release of WXT. Full support for production builds and initial toolkit f
25782609
### 🤖 CI
25792610

25802611
- Create validation workflow ([#12](https://github.com/wxt-dev/wxt/pull/12))
2581-
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))
2612+
- Create release workflow ([#13](https://github.com/wxt-dev/wxt/pull/13))

packages/wxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxt",
33
"type": "module",
4-
"version": "0.19.13",
4+
"version": "0.19.14",
55
"description": "Next gen framework for developing web extensions",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)