Merge pull request #13 from JonasKruckenberg/release

Publish New Versions
This commit is contained in:
Jonas Kruckenberg 2022-05-08 14:43:19 +02:00 committed by GitHub
commit f4fbf14b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {