Jelajahi Sumber

fix(covector): add cli.js to change files

Lucas Nogueira 3 tahun lalu
induk
melakukan
41052deeda
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      .changes/fix-cli-prompts.md
  2. 1 0
      .changes/perf-cli-dir-lookup.md

+ 1 - 0
.changes/fix-cli-prompts.md

@@ -1,5 +1,6 @@
 ---
 "cli.rs": patch
+"cli.js": patch
 ---
 
 Fix `init` command prompting for values even if the argument has been provided on the command line.

+ 1 - 0
.changes/perf-cli-dir-lookup.md

@@ -1,5 +1,6 @@
 ---
 "cli.rs": patch
+"cli.js": patch
 ---
 
 Respect `.gitignore` configuration when looking for the folder with the `tauri.conf.json` file.