mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
chore: CTA version was decremented, fix and adjust changelog to compensate (#1530)
This commit is contained in:
parent
d9f54969ef
commit
098b729e67
5
.changes/cta-tauri-script.md
Normal file
5
.changes/cta-tauri-script.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"create-tauri-app": patch
|
||||
---
|
||||
|
||||
Fix adding `tauri` script to package.json
|
@ -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.
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user