chore(release): v0.18.4

This commit is contained in:
GitHub Actions
2024-05-31 13:27:34 +00:00
parent d889a21465
commit 12805e9862
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -1,5 +1,22 @@
# Changelog
## v0.18.4
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.3...v0.18.4)
### 🩹 Fixes
- Allow zipping hidden files in sources by listing them explicitly in `includeSources` ([#674](https://github.com/wxt-dev/wxt/pull/674))
- Properly invalidate content script context ([#683](https://github.com/wxt-dev/wxt/pull/683))
### 📖 Documentation
- Update contributing guidelines ([8125d74](https://github.com/wxt-dev/wxt/commit/8125d74))
### ❤️ Contributors
- Hujiulong ([@hujiulong](http://github.com/hujiulong))
## v0.18.3
[compare changes](https://github.com/wxt-dev/wxt/compare/v0.18.2...v0.18.3)
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wxt",
"type": "module",
"version": "0.18.3",
"version": "0.18.4",
"description": "Next gen framework for developing web extensions",
"repository": {
"type": "git",