Procházet zdrojové kódy

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

Lucas Nogueira před 3 roky
rodič
revize
41052deeda
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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.