From 7c05b031412b1f3939c8a848c6849b1dfdffc337 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Oct 2024 16:00:36 +0000 Subject: [PATCH] chore(release): 1.0.12 [skip ci] ## [1.0.12](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/compare/v1.0.11...v1.0.12) (2024-10-07) ### Bug Fixes * use single quotes in keystore path to handle paths containing spaces ([#24](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/issues/24)) ([c69bed6](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/c69bed60a6adb0ee69b3ce5d01ba5b1cd459ab4b)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e880e..cc7ec01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.12](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/compare/v1.0.11...v1.0.12) (2024-10-07) + + +### Bug Fixes + +* use single quotes in keystore path to handle paths containing spaces ([#24](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/issues/24)) ([c69bed6](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/commit/c69bed60a6adb0ee69b3ce5d01ba5b1cd459ab4b)) + ## [1.0.11](https://github.com/MartinGonzalez/fastlane-plugin-bundletool/compare/v1.0.10...v1.0.11) (2024-07-23)