Skip to content

Commit 7e37e11

Browse files
author
GitHub Actions
committed
chore(release): v0.17.11
1 parent bb90029 commit 7e37e11

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## v0.17.11
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.10...v0.17.11)
6+
7+
### 🩹 Fixes
8+
9+
- Resolve absolute paths from the public directory properly ([#583](https://github.com/wxt-dev/wxt/pull/583))
10+
11+
### 📖 Documentation
12+
13+
- Fix `zip.includeSources` example ([16fc584](https://github.com/wxt-dev/wxt/commit/16fc584))
14+
- Add "GitHub Custom Notifier" to homepage ([#580](https://github.com/wxt-dev/wxt/pull/580))
15+
16+
### 🏡 Chore
17+
18+
- Simplify virtual module setup ([#581](https://github.com/wxt-dev/wxt/pull/581))
19+
- Add some array utils ([#582](https://github.com/wxt-dev/wxt/pull/582))
20+
- Extract helper function ([d3b14af](https://github.com/wxt-dev/wxt/commit/d3b14af))
21+
22+
### ❤️ Contributors
23+
24+
- Qiwei Yang ([@qiweiii](http://github.com/qiweiii))
25+
326
## v0.17.10
427

528
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.17.9...v0.17.10)

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.17.10",
4+
"version": "0.17.11",
55
"description": "Next gen framework for developing web extensions",
66
"engines": {
77
"node": ">=18",

0 commit comments

Comments
 (0)