mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
fix(cli.js): set version to 1.2.0
This commit is contained in:
parent
45a5cd569b
commit
2e1bd04775
@ -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",
|
||||||
|
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user