浏览代码

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

Lucas Nogueira 3 年之前
父节点
当前提交
4f2309cbb3
共有 2 个文件被更改,包括 5 次插入5 次删除
  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.