From f4dfa73f2db9bb9e43ec5fb8e07fcf24d1fe80e2 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 13 Sep 2023 17:14:21 +0000 Subject: [PATCH] chore(release): v0.45.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ecacd..171a8cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.45.3](https://github.com/openziti/ziti-browzer-runtime/compare/v0.45.2...v0.45.3) (2023-09-13) + + +### Bug Fixes + +* retire ZBR 'fetch' intercept and rely on ZBSW for 'fetch' intercept ([#190](https://github.com/openziti/ziti-browzer-runtime/issues/190)) ([d71ae07](https://github.com/openziti/ziti-browzer-runtime/commit/d71ae073af32d80c321e64fe91c6a88383f65391)) + + + ## [0.45.2](https://github.com/openziti/ziti-browzer-runtime/compare/v0.45.1...v0.45.2) (2023-09-11) diff --git a/package.json b/package.json index 544b91a..90a7adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.45.2", + "version": "0.45.3", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {