Skip to content

Commit d9f10c6

Browse files
chore(release): wxt v0.20.4
1 parent 35d3c03 commit d9f10c6

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.4
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/wxt-v0.20.3...wxt-v0.20.4)
6+
7+
### 🚀 Enhancements
8+
9+
- Ignore popup/index.ts instead of erroring ([#1520](https://github.com/wxt-dev/wxt/pull/1520))
10+
- Ignore elements with a `vite-ignore` or `wxt-ignore` attribute ([#1603](https://github.com/wxt-dev/wxt/pull/1603))
11+
- Add `{{packageVersion}}` as template variable ([#1604](https://github.com/wxt-dev/wxt/pull/1604))
12+
13+
### 🩹 Fixes
14+
15+
- Adding missing `""` to `PublicPath` and `browser.runtime.getUrl` ([#1597](https://github.com/wxt-dev/wxt/pull/1597))
16+
- Fix CORS error in Firefox ([#1607](https://github.com/wxt-dev/wxt/pull/1607))
17+
18+
### 📖 Documentation
19+
20+
- **Content Script UI:** Add additional details about when `onRemove` is called ([656a9b3](https://github.com/wxt-dev/wxt/commit/656a9b3))
21+
22+
### ❤️ Contributors
23+
24+
- Yunsup Sim <[email protected]>
25+
- ТΞNSΛI <[email protected]>
26+
- Nishu ([@nishu-murmu](https://github.com/nishu-murmu))
27+
- Aaron ([@aklinker1](https://github.com/aklinker1))
28+
329
## v0.20.3
430

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

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

0 commit comments

Comments
 (0)