Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
@@ -1,5 +0,0 @@
----
-"tauri.js": patch
-
-Fixed a TypeScript issue where it didn't allow you to put the "recursive" option in the directory functions.
-"tauri": patch
-Update webview-official dependency which fix compatibility on macOS.
@@ -1,5 +1,10 @@
# Changelog
+## [0.14.1]
+
+- Fixed a TypeScript issue where it didn't allow you to put the "recursive" option in the directory functions.
+ - [2fd1067](https://www.github.com/tauri-apps/tauri/commit/2fd1067a4c7ef86dda074867b6a6702527962829) Fix: add recursive option to directory APIs ([#1141](https://www.github.com/tauri-apps/tauri/pull/1141)) on 2021-01-12
## [0.14.0]
- Update the tauri template to properly set the app icon id on Windows so the webview can load the executable icon.
@@ -1,6 +1,6 @@
{
"name": "tauri",
- "version": "0.14.0",
+ "version": "0.14.1",
"description": "Multi-binding collection of libraries and templates for building Tauri apps",
"bin": {
"tauri": "./bin/tauri.js"
+## [0.11.1]
+- Update webview-official dependency which fix compatibility on macOS.
+ - [692312a](https://www.github.com/tauri-apps/tauri/commit/692312a0f51a05dd418d9cad553a695f3347b943) chore(deps) Update webview-official ([#1152](https://www.github.com/tauri-apps/tauri/pull/1152)) on 2021-01-24
## [0.11.0]
- Match writeBinaryFile command name between js and rust
[package]
name = "tauri"
-version = "0.11.0"
+version = "0.11.1"
authors = [
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
"Daniel Thompson-Yvetot <denjell@sfosc.org>",