From 8fa53bb7e4e6a6d86ed3744130950c7701c68b60 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 31 Oct 2025 17:30:53 +0000 Subject: [PATCH] chore(release): 0.62.12 [skip ci] ## [0.62.12](https://github.com/pommee/goaway/compare/v0.62.11...v0.62.12) (2025-10-31) ### Bug Fixes * fix cache issue with whitelisted domains ([fe204f9](https://github.com/pommee/goaway/commit/fe204f914e682d4156cabb0e07f439e52075022c)) ### Documentation * add contributions page ([86d64bc](https://github.com/pommee/goaway/commit/86d64bc32b3a2d25689e6fecea22af86f44702ab)) * update contribution note ([57bbbe0](https://github.com/pommee/goaway/commit/57bbbe04d795c4706ed65c627aafc96bec51aefb)) ### UI/UX * add missing close handler to cancel button on PauseBlockingDialog ([835a1c2](https://github.com/pommee/goaway/commit/835a1c2fcd7eaef3c1abc53bc6b34612b24ea6b2)) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6554519..31938ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.62.12](https://github.com/pommee/goaway/compare/v0.62.11...v0.62.12) (2025-10-31) + +### Bug Fixes + +* fix cache issue with whitelisted domains ([fe204f9](https://github.com/pommee/goaway/commit/fe204f914e682d4156cabb0e07f439e52075022c)) + +### Documentation + +* add contributions page ([86d64bc](https://github.com/pommee/goaway/commit/86d64bc32b3a2d25689e6fecea22af86f44702ab)) +* update contribution note ([57bbbe0](https://github.com/pommee/goaway/commit/57bbbe04d795c4706ed65c627aafc96bec51aefb)) + +### UI/UX + +* add missing close handler to cancel button on PauseBlockingDialog ([835a1c2](https://github.com/pommee/goaway/commit/835a1c2fcd7eaef3c1abc53bc6b34612b24ea6b2)) + ## [0.62.11](https://github.com/pommee/goaway/compare/v0.62.10...v0.62.11) (2025-10-05) ### Bug Fixes