From 57febeb14733842f68cb552b27609143b3447a4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jul 2024 11:14:42 +0700 Subject: [PATCH] chore(release): 1.20.1 [skip ci] ## [1.20.1](https://github.com/will-moss/isaiah/compare/1.20.0...1.20.1) (2024-07-02) ### Bug Fixes * **client:** added a check to prevent Javascript errors while the Inspector is still not loaded ([ba83ceb](https://github.com/will-moss/isaiah/commit/ba83ceb606cd2add630c9f1dbe199a0246fefc27)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d874689..dc86629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.1](https://github.com/will-moss/isaiah/compare/1.20.0...1.20.1) (2024-07-02) + + +### Bug Fixes + +* **client:** added a check to prevent Javascript errors while the Inspector is still not loaded ([ba83ceb](https://github.com/will-moss/isaiah/commit/ba83ceb606cd2add630c9f1dbe199a0246fefc27)) + # [1.20.0](https://github.com/will-moss/isaiah/compare/1.19.0...1.20.0) (2024-06-04)