mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Merge pull request #13 from JonasKruckenberg/release
Publish New Versions
This commit is contained in:
commit
f4fbf14b95
@ -1,4 +1,6 @@
|
||||
{
|
||||
"tag": "beta",
|
||||
"changes": []
|
||||
"changes": [
|
||||
".changes/fix-cli-on-platforms.md"
|
||||
]
|
||||
}
|
||||
|
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.2-beta.0]
|
||||
|
||||
- Include Tauri CLI binaries for all supported platforms.
|
||||
- [59ffbba](https://github.com/JonasKruckenberg/tauri-build/commit/59ffbba21ce2ad94621365ddf2f848c908e4e2ec) fix. use only deps supported on gh actions on 2022-05-08
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri-build",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2-beta.0",
|
||||
"description": "TypeScript template action",
|
||||
"main": "lib/main.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user