Browse Source

chore: CTA version was decremented, fix and adjust changelog to compensate (#1530)

Jacob Bolda 4 years ago
parent
commit
098b729e67

+ 5 - 0
.changes/cta-tauri-script.md

@@ -0,0 +1,5 @@
+---
+"create-tauri-app": patch
+---
+
+Fix adding `tauri` script to package.json

+ 0 - 5
tooling/create-tauri-app/CHANGELOG.md

@@ -1,10 +1,5 @@
 # Changelog
 
-## \[1.0.0-beta-rc.1]
-
-- Fix adding `tauri` script to package.json
-  - [6c00e88](https://www.github.com/tauri-apps/tauri/commit/6c00e88e0ffa10eb7eecc312d66c5dde7dc03d0b) fix(cta): fix adding `tauri` script to package.json ([#1501](https://www.github.com/tauri-apps/tauri/pull/1501)) on 2021-04-15
-
 ## \[1.0.0-beta-rc.2]
 
 - CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.

+ 2 - 2
tooling/create-tauri-app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "create-tauri-app",
-  "version": "1.0.0-beta-rc.1",
+  "version": "1.0.0-beta-rc.2",
   "description": "Jump right into a Tauri App!",
   "bin": {
     "create-tauri-app": "./bin/create-tauri-app.js"
@@ -46,4 +46,4 @@
     "tslib": "^2.2.0",
     "typescript": "4.2.4"
   }
-}
+}