We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47184d4 commit 2a89666Copy full SHA for 2a89666
.changeset/giant-plants-learn.md
packages/vite-plugin-svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/vite-plugin-svelte
2
3
+## 5.0.3
4
+### Patch Changes
5
+
6
7
+- fix errorhandling to work with errors that don't have a code property ([#1054](https://github.com/sveltejs/vite-plugin-svelte/pull/1054))
8
9
## 5.0.2
10
### Patch Changes
11
packages/vite-plugin-svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
- "version": "5.0.2",
+ "version": "5.0.3",
"license": "MIT",
"author": "dominikg",
"files": [
0 commit comments