diff --git a/.changes/improve-async-cmd-error-message.md b/.changes/improve-async-cmd-error-message.md index 48bbbb02c72c..d25ca57b18b1 100644 --- a/.changes/improve-async-cmd-error-message.md +++ b/.changes/improve-async-cmd-error-message.md @@ -1,5 +1,5 @@ --- -"tauri-macros": 'patch:enhance' +"tauri-macros": 'minor:enhance' --- Improve compiler error message when generating an async command that has a reference input and don't return a Result. diff --git a/.changes/unpin-deps.md b/.changes/unpin-deps.md index dff3897fcda0..f87cc7a86318 100644 --- a/.changes/unpin-deps.md +++ b/.changes/unpin-deps.md @@ -1,7 +1,7 @@ --- 'tauri': patch:enhance -'tauri-build': patch:enhance -'tauri-codegen': patch:enhance +'tauri-build': minor:enhance +'tauri-codegen': minor:enhance 'tauri-runtime': patch:enhance 'tauri-runtime-wry': patch:enhance ---