Skip to content

Commit b7b3fc5

Browse files
chore(release): wxt v0.20.13
1 parent 4b44fb8 commit b7b3fc5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

packages/wxt/CHANGELOG.md

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

3+
## v0.20.13
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.12...wxt-v0.20.13)
6+
7+
### 🚀 Enhancements
8+
9+
- Remove script element immediately in injectScript ([#1761](https://github.com/wxt-dev/wxt/pull/1761))
10+
- Add `modifyScript` option to `injectScript` ([#1762](https://github.com/wxt-dev/wxt/pull/1762))
11+
- Make `injectScript` return the created script element ([#1838](https://github.com/wxt-dev/wxt/pull/1838))
12+
- Support `.wxtrc` config file ([#1833](https://github.com/wxt-dev/wxt/pull/1833))
13+
14+
### 🩹 Fixes
15+
16+
- Make `injectScript` wait until script is actually loaded ([#1763](https://github.com/wxt-dev/wxt/pull/1763))
17+
- Don't return promises from unlisted scripts that do not have an async `main` function ([#1907](https://github.com/wxt-dev/wxt/pull/1907))
18+
19+
### 💅 Refactors
20+
21+
- Use `script.text` instead of `innerHTML` in `injectScript` ([#1764](https://github.com/wxt-dev/wxt/pull/1764))
22+
23+
### ❤️ Contributors
24+
25+
- Rxliuli ([@rxliuli](https://github.com/rxliuli))
26+
- Sebastian Landwehr <[email protected]>
27+
- Johan Kiviniemi ([@ion1](https://github.com/ion1))
28+
329
## v0.20.12
430

531
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.11...wxt-v0.20.12)

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.20.12",
4+
"version": "0.20.13",
55
"description": "⚡ Next-gen Web Extension Framework",
66
"license": "MIT",
77
"scripts": {

0 commit comments

Comments
 (0)