mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 16:42:42 +03:00
Apply Version Updates From Current Changes (#758)
Co-authored-by: lucasfernog <lucas@tauri.studio>
This commit is contained in:
parent
acd8ceb72c
commit
fed2641bb7
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-bundler": patch
|
||||
---
|
||||
|
||||
Fixes the AppImage bundler script.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri.js": patch
|
||||
---
|
||||
|
||||
Adds tauri.conf.json schema validation to the CLI.
|
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.8.2]
|
||||
|
||||
- Fixes the AppImage bundler script.
|
||||
|
||||
## [0.8.1]
|
||||
|
||||
- Improves the logging of child processes like bundle_appimage.sh and bundle_dmg.sh.
|
||||
|
@ -2,7 +2,7 @@ workspace = { }
|
||||
|
||||
[package]
|
||||
name = "tauri-bundler"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
authors = [
|
||||
"George Burton <burtonageo@gmail.com>",
|
||||
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [0.8.2]
|
||||
|
||||
- Adds tauri.conf.json schema validation to the CLI.
|
||||
|
||||
## [0.8.1]
|
||||
|
||||
- Transpile the TS API to ES5.
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tauri",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
|
||||
"bin": {
|
||||
"tauri": "./bin/tauri.js"
|
||||
|
Loading…
Reference in New Issue
Block a user