Skip to content

Commit f746d46

Browse files
author
GitHub Actions
committed
chore(release): @wxt-dev/module-svelte v1.0.1
1 parent a2de6cb commit f746d46

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

packages/module-svelte/CHANGELOG.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v1.0.1
4+
5+
[compare changes](https://github.com/wxt-dev/wxt/compare/module-svelte-v1.0.0...module-svelte-v1.0.1)
6+
7+
### 🩹 Fixes
8+
9+
- Upgrade wxt peer to >= 0.18.6 ([7edf1c8](https://github.com/wxt-dev/wxt/commit/7edf1c8))
10+
11+
### 📖 Documentation
12+
13+
- Fix link to unimport ([#826](https://github.com/wxt-dev/wxt/pull/826))
14+
15+
### 🏡 Chore
16+
17+
- Add changelog ([21e8ca0](https://github.com/wxt-dev/wxt/commit/21e8ca0))
18+
- Extract build cache script to NPM package ([#737](https://github.com/wxt-dev/wxt/pull/737))
19+
- **deps:** Upgrade non-major deps ([#778](https://github.com/wxt-dev/wxt/pull/778))
20+
- **deps:** Bump all non-major dependencies ([#834](https://github.com/wxt-dev/wxt/pull/834))
21+
- **deps:** Upgrade all dependencies ([#869](https://github.com/wxt-dev/wxt/pull/869))
22+
- Add more metadata for npm ([#885](https://github.com/wxt-dev/wxt/pull/885))
23+
24+
### ❤️ Contributors
25+
26+
- Florian Metz ([@Timeraa](http://github.com/Timeraa))
27+
- Eetann ([@eetann](http://github.com/eetann))
28+
329
## v1.0.0
430

5-
Initial release 🎉
31+
Initial release 🎉

packages/module-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"email": "[email protected]"
1818
},
1919
"license": "MIT",
20-
"version": "1.0.0",
20+
"version": "1.0.1",
2121
"type": "module",
2222
"main": "./dist/index.cjs",
2323
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)