From bac6d1650acde7d3d4ea6f63c21f011ea45ac8f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 20:35:48 +0200 Subject: [PATCH] apply version updates (#76) Co-authored-by: amrbashir --- .changes/new-links.md | 5 ----- CHANGELOG.md | 5 +++++ package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changes/new-links.md diff --git a/.changes/new-links.md b/.changes/new-links.md deleted file mode 100644 index ffc0610e78..0000000000 --- a/.changes/new-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-tauri-app": patch ---- - -Update tauri.studio links to tauri.app \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 84eb138155..0aa36e2fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.0.1] + +- Update tauri.studio links to tauri.app + - [fe5d9ca](https://www.github.com/tauri-apps/create-tauri-app/commit/fe5d9caecf0988beda5f1f9bf371bb467fc4b717) Update website link ([#75](https://www.github.com/tauri-apps/create-tauri-app/pull/75)) on 2022-06-19 + ## \[1.0.0] - Stable v1.0.0 diff --git a/package.json b/package.json index 6ae980f009..d43eaec03b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "1.0.0", + "version": "1.0.1", "description": "Jump right into a Tauri App!", "bin": { "create-tauri-app": "./bin/create-tauri-app.js"