From 0b5e392f9eaa7cca043bf9e7c4ea8452881e64f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Feb 2024 16:11:30 +0000 Subject: [PATCH] chore: 3.0.2 [skip ci] ## [3.0.2](https://github.com/laterpay/supertab-browser/compare/v3.0.1...v3.0.2) (2024-02-21) ### Bug Fixes * catch errors in promise when pre-fetching URLs and let it fail silently ([2b7396b](https://github.com/laterpay/supertab-browser/commit/2b7396b87469a147ede0831c3508bf3f5fc9d926)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b134269..45b79e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.2](https://github.com/laterpay/supertab-browser/compare/v3.0.1...v3.0.2) (2024-02-21) + +### Bug Fixes + +- catch errors in promise when pre-fetching URLs and let it fail silently ([2b7396b](https://github.com/laterpay/supertab-browser/commit/2b7396b87469a147ede0831c3508bf3f5fc9d926)) + ## [3.0.1](https://github.com/laterpay/supertab-browser/compare/v3.0.0...v3.0.1) (2024-02-08) ### Bug Fixes diff --git a/package.json b/package.json index 9f27304..e772256 100644 --- a/package.json +++ b/package.json @@ -105,5 +105,5 @@ ], "rules": {} }, - "version": "3.0.1" + "version": "3.0.2" }