Apply Version Updates From Current Changes (#4545)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-06-30 18:45:58 -03:00
committed by GitHub
parent 60adaf4a97
commit 35b53784ee
29 changed files with 89 additions and 67 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.0.2]
- Fixes a crash on the `signer sign` command.
- [8e808fec](https://www.github.com/tauri-apps/tauri/commit/8e808fece95f2e506acf2c446d37b9913fd67d50) fix(cli.rs): conflicts_with arg doesn't exist closes ([#4538](https://www.github.com/tauri-apps/tauri/pull/4538)) on 2022-06-30
## \[1.0.1]
- No longer adds the `pkg-config` dependency to `.deb` packages when the `systemTray` is used.

View File

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