-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Aug 13, 2023
1 parent
6ee8a43
commit 6aa8274
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,39 @@ | ||
# Changelog | ||
|
||
## v0.3.2 | ||
|
||
[compare changes](https://github.com/aklinker1/wxt/compare/v0.3.1...v0.3.2) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Discover icons from the public directory ([#72](https://github.com/aklinker1/wxt/pull/72)) | ||
- Don't allow auto-importing from subdirectories ([d54d611](https://github.com/aklinker1/wxt/commit/d54d611)) | ||
|
||
### 📖 Documentation | ||
|
||
- Document the `url:` import prefix for remote code ([323045a](https://github.com/aklinker1/wxt/commit/323045a)) | ||
- Fix typos ([97f0938](https://github.com/aklinker1/wxt/commit/97f0938)) | ||
- Fix capitalization ([39467d1](https://github.com/aklinker1/wxt/commit/39467d1)) | ||
- Generate markdown for config reference ([#74](https://github.com/aklinker1/wxt/pull/74)) | ||
|
||
### 🏡 Chore | ||
|
||
- Upgrade dependencies ([798f02f](https://github.com/aklinker1/wxt/commit/798f02f)) | ||
- Upgrade vite (`v4.3` → `v4.4`) ([547c185](https://github.com/aklinker1/wxt/commit/547c185)) | ||
- Update templates to work with CSS entrypoints ([7f15305](https://github.com/aklinker1/wxt/commit/7f15305)) | ||
- Improve file list output in CI ([#73](https://github.com/aklinker1/wxt/pull/73)) | ||
|
||
### 🤖 CI | ||
|
||
- Validate templates against `main` ([#66](https://github.com/aklinker1/wxt/pull/66)) | ||
- List vite version when validating project templates ([ef140dc](https://github.com/aklinker1/wxt/commit/ef140dc)) | ||
- Validate templates using tarball to avoid version conflicts within the `wxt/node_modules` directory ([edfa075](https://github.com/aklinker1/wxt/commit/edfa075)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Aaron <[email protected]> | ||
- Aaron Klinker <[email protected]> | ||
|
||
## v0.3.1 | ||
|
||
[compare changes](https://github.com/aklinker1/wxt/compare/v0.3.0...v0.3.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters