From ee4469b97a05ab66ccbb28807eb2e53f333b5d48 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 4 Oct 2022 19:17:50 +0200 Subject: [PATCH] chore: fix changefile --- .changes/vanilla-ts-import.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changes/vanilla-ts-import.md b/.changes/vanilla-ts-import.md index 32403b6d76..c953bed078 100644 --- a/.changes/vanilla-ts-import.md +++ b/.changes/vanilla-ts-import.md @@ -1,5 +1,6 @@ --- "create-tauri-app": "patch" +"create-tauri-app-js": "patch" --- Use `import` in vanilla-ts instead of the global Tauri object.