Skip to content

Commit

Permalink
chore(release): @wxt-dev/module-svelte v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 6, 2024
1 parent a2de6cb commit f746d46
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion packages/module-svelte/CHANGELOG.md
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 🎉
2 changes: 1 addition & 1 deletion packages/module-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f746d46

Please sign in to comment.