浏览代码

fix(cli.js): set version to 1.2.0

Lucas Nogueira 2 年之前
父节点
当前提交
2e1bd04775
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      tooling/cli/metadata.json
  2. 1 1
      tooling/cli/node/CHANGELOG.md
  3. 1 1
      tooling/cli/node/package.json

+ 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",