Prechádzať zdrojové kódy

fix(cli.js): set version to 1.2.0

Lucas Nogueira 2 rokov pred
rodič
commit
2e1bd04775

+ 1 - 1
tooling/cli/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "1.1.2",
+    "version": "1.2.0",
     "node": ">= 10.0.0"
   },
   "tauri": "1.2.0",

+ 1 - 1
tooling/cli/node/CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 
-## \[1.1.2]
+## \[1.2.0]
 
 - Detect JSON5 and TOML configuration files in the dev watcher.
   - [e7ccbd85](https://www.github.com/tauri-apps/tauri/commit/e7ccbd8573f6b9124e80c0b67fa2365729c3c196) feat(cli): detect JSON5 and TOML configuration files in the dev watcher ([#5439](https://www.github.com/tauri-apps/tauri/pull/5439)) on 2022-10-19

+ 1 - 1
tooling/cli/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.1.2",
+  "version": "1.2.0",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",