Bladeren bron

fix(covector): wrong front matter syntax on change files

Lucas Nogueira 3 jaren geleden
bovenliggende
commit
4f2309cbb3
2 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 2 2
      .changes/wix-uninstall-skip-uac-task.md
  2. 3 3
      .changes/wix-update-on-windows-without-uac.md

+ 2 - 2
.changes/wix-uninstall-skip-uac-task.md

@@ -1,5 +1,5 @@
---
+---
 "tauri-bundler": patch
---
+---
 
 Added script to uninstall the Skip-UAC Windows Task during application uninstall.

+ 3 - 3
.changes/wix-update-on-windows-without-uac.md

@@ -1,5 +1,5 @@
---
+---
 "tauri-bundler": patch
---
+---
 
-Added option to update a Tauri application without Windows UAC Prompt.
+Added option to update a Tauri application without Windows UAC Prompt.