Apply Version Updates From Current Changes (#758)

Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
github-actions[bot] 2020-07-08 14:06:40 -03:00 committed by GitHub
parent acd8ceb72c
commit fed2641bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"tauri-bundler": patch
---
Fixes the AppImage bundler script.

View File

@ -1,5 +0,0 @@
---
"tauri.js": patch
---
Adds tauri.conf.json schema validation to the CLI.

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.8.2]
- Fixes the AppImage bundler script.
## [0.8.1] ## [0.8.1]
- Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh. - Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh.

View File

@ -2,7 +2,7 @@ workspace = { }
[package] [package]
name = "tauri-bundler" name = "tauri-bundler"
version = "0.8.1" version = "0.8.2"
authors = [ authors = [
"George Burton <burtonageo@gmail.com>", "George Burton <burtonageo@gmail.com>",
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>", "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.8.2]
- Adds tauri.conf.json schema validation to the CLI.
## [0.8.1] ## [0.8.1]
- Transpile the TS API to ES5. - Transpile the TS API to ES5.

View File

@ -1,6 +1,6 @@
{ {
"name": "tauri", "name": "tauri",
"version": "0.8.1", "version": "0.8.2",
"description": "Multi-binding collection of libraries and templates for building Tauri apps", "description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": { "bin": {
"tauri": "./bin/tauri.js" "tauri": "./bin/tauri.js"