apply version updates (#3397)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-02-11 11:45:59 +02:00
committed by GitHub
parent e25fc68da6
commit ffb9a192cb
3 changed files with 7 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
".changes/csp-nonces.md",
".changes/cta-add-empty-description-for-rust-dominator.md",
".changes/cta-ci-compatible.md",
".changes/cta-crash.md",
".changes/cta-react-disable-open-browser.md",
".changes/cta-solid-recipe.md",
".changes/current-binary-caching.md",

View File

@@ -1,5 +1,10 @@
# Changelog
## \[1.0.0-rc.1]
- Fix `create-tauri-app` failing to bootstrap projects.
- [536c0cd7](https://www.github.com/tauri-apps/tauri/commit/536c0cd7d40b838765016e1554901dea8720d9af) fix(cta): filter out empty args, fixes [#3393](https://www.github.com/tauri-apps/tauri/pull/3393) ([#3396](https://www.github.com/tauri-apps/tauri/pull/3396)) on 2022-02-11
## \[1.0.0-rc.0]
- Add empty description to Cargo.toml in dominator recipe.

View File

@@ -1,6 +1,6 @@
{
"name": "create-tauri-app",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "Jump right into a Tauri App!",
"bin": {
"create-tauri-app": "./bin/create-tauri-app.js"