publish new versions

This commit is contained in:
JonasKruckenberg 2022-05-08 12:41:09 +00:00 committed by GitHub
parent ba57400300
commit bbe65c8e87
4 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,6 @@
{
"tag": "beta",
"changes": []
"changes": [
".changes/fix-cli-on-platforms.md"
]
}

6
CHANGELOG.md Normal file
View 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

File diff suppressed because one or more lines are too long

View File

@ -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": {