Sfoglia il codice sorgente

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

Lucas Nogueira 3 anni fa
parent
commit
41052deeda
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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.