From ab5a0f8be64ce15b8af4b396a71122488c9b6486 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 7 Sep 2024 10:57:34 +0000 Subject: [PATCH] chore: github action --- CHANGELOG.md | 11 +++++++++-- wasp_cooker.simba | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e940fe0..a60d6cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.15.8](https://github.com/Torwent/wasp-free/compare/v2.15.7...v2.15.8) (2024-09-07) + + +### Bug Fixes + +* **cooker:** now saves settings and updated to TRSMap and TRSWalkerV2 ([c30c0a0](https://github.com/Torwent/wasp-free/commit/c30c0a08a7a0a2dda52b0cf15585214452294a87)) + + + ## [2.15.7](https://github.com/Torwent/wasp-free/compare/v2.15.6...v2.15.7) (2024-09-05) @@ -23,8 +32,6 @@ ### Bug Fixes * read notes ([21f3f0f](https://github.com/Torwent/wasp-free/commit/21f3f0f2a302121d8808a1271563da66680a0b55)) -* Tea stall safespot ([5996f36](https://github.com/Torwent/wasp-free/commit/5996f36501beb48e46d44b518af6d28da47bebd4)) -* Tea stall safespot ([39d0f7f](https://github.com/Torwent/wasp-free/commit/39d0f7f68ad4c447ca73160d16c0b9a892436220)) diff --git a/wasp_cooker.simba b/wasp_cooker.simba index 6682b82..517102f 100644 --- a/wasp_cooker.simba +++ b/wasp_cooker.simba @@ -1,5 +1,5 @@ {$DEFINE SCRIPT_ID := 'de957f22-8a37-4660-a7a3-9bef52cadd70'} -{$DEFINE SCRIPT_REVISION := '38'} +{$DEFINE SCRIPT_REVISION := '39'} {$IFNDEF SCRIPT_CHAIN} {$DEFINE SCRIPT_GUI} {$I SRL-T/osr.simba}