diff --git a/.changes/resources-map-bundler.md b/.changes/resources-map-bundler.md index f6b1024ab0e..ccb61bbd946 100644 --- a/.changes/resources-map-bundler.md +++ b/.changes/resources-map-bundler.md @@ -1,5 +1,5 @@ --- -"tauri-bundler": minor +"tauri-bundler": minor:feat --- Allow using a resource map instead of a simple array in `BundleSettings::resources_map`. diff --git a/.changes/resources-map.md b/.changes/resources-map.md index 96c3af6be7f..7a8e44427c0 100644 --- a/.changes/resources-map.md +++ b/.changes/resources-map.md @@ -1,5 +1,5 @@ --- -"tauri-utils": minor +"tauri-utils": minor:feat --- Allow specifying resources as a map specifying source and target paths.