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

This commit is contained in:
Jacob Bolda 2021-04-18 10:44:15 -05:00 committed by GitHub
parent d9f54969ef
commit 098b729e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -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.

View File

@ -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"
}
}
}