From 02bda713cfa7331665603bec6ff7bac3d16c9e1f Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 3 Jul 2023 18:14:15 -0300 Subject: [PATCH] fix change tags [skip ci] --- .changes/resources-map-bundler.md | 2 +- .changes/resources-map.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.