fix(cli.js): set version to 1.2.0

This commit is contained in:
Lucas Nogueira 2022-11-08 10:33:33 -03:00
parent 45a5cd569b
commit 2e1bd04775
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## \[1.1.2] ## \[1.2.0]
- Detect JSON5 and TOML configuration files in the dev watcher. - 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 - [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

View File

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