mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 05:15:06 +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",
|
"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",
|
"name": "tauri-build",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2-beta.0",
|
||||||
"description": "TypeScript template action",
|
"description": "TypeScript template action",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user