From 9307a45e9b8785663178a0c659d6d15ceb124d56 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 18 Sep 2023 16:20:43 +0000 Subject: [PATCH] chore(release): v0.45.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 957dadc..54bb611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.45.5](https://github.com/openziti/ziti-browzer-runtime/compare/v0.45.4...v0.45.5) (2023-09-18) + + +### Bug Fixes + +* correct problem with nested Request handling ([#192](https://github.com/openziti/ziti-browzer-runtime/issues/192)) ([f8b3a7c](https://github.com/openziti/ziti-browzer-runtime/commit/f8b3a7c0418c530a84046d56dcb28fc3ca290d0b)) + + + ## [0.45.4](https://github.com/openziti/ziti-browzer-runtime/compare/v0.45.3...v0.45.4) (2023-09-14) diff --git a/package.json b/package.json index 50c82e4..c40a914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.45.4", + "version": "0.45.5", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {