mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
apply version updates (#3397)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e25fc68da6
commit
ffb9a192cb
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user