Co-authored-by: lucasfernog <lucas@tauri.studio>
@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
-
-Fixes the AppImage bundler script.
-"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>",
+- Adds tauri.conf.json schema validation to the CLI.
- 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"