-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): @wxt-dev/module-svelte v1.0.1
- Loading branch information
GitHub Actions
committed
Aug 6, 2024
1 parent
a2de6cb
commit f746d46
Showing
2 changed files
with
28 additions
and
2 deletions.
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,31 @@ | ||
# Changelog | ||
|
||
## v1.0.1 | ||
|
||
[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1) | ||
|
||
### 🩹 Fixes | ||
|
||
- Upgrade wxt peer to >= 0.18.6 ([7edf1c8](https://github.com/wxt-dev/wxt/commit/7edf1c8)) | ||
|
||
### 📖 Documentation | ||
|
||
- Fix link to unimport ([#826](https://github.com/wxt-dev/wxt/pull/826)) | ||
|
||
### 🏡 Chore | ||
|
||
- Add changelog ([21e8ca0](https://github.com/wxt-dev/wxt/commit/21e8ca0)) | ||
- Extract build cache script to NPM package ([#737](https://github.com/wxt-dev/wxt/pull/737)) | ||
- **deps:** Upgrade non-major deps ([#778](https://github.com/wxt-dev/wxt/pull/778)) | ||
- **deps:** Bump all non-major dependencies ([#834](https://github.com/wxt-dev/wxt/pull/834)) | ||
- **deps:** Upgrade all dependencies ([#869](https://github.com/wxt-dev/wxt/pull/869)) | ||
- Add more metadata for npm ([#885](https://github.com/wxt-dev/wxt/pull/885)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Florian Metz ([@Timeraa](http://github.com/Timeraa)) | ||
- Eetann ([@eetann](http://github.com/eetann)) | ||
|
||
## v1.0.0 | ||
|
||
Initial release 🎉 | ||
Initial release 🎉 |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
|