From a70e807181d01a356dff6a87cbd6706477e0e0bd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 22 Apr 2024 18:54:00 +0000 Subject: [PATCH] chore(release): v0.65.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b09e3b..000dca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.65.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.65.0...v0.65.1) (2024-04-22) + + +### Bug Fixes + +* Service revocation detect/react enhancements ([#287](https://github.com/openziti/ziti-browzer-runtime/issues/287)) ([7f01c65](https://github.com/openziti/ziti-browzer-runtime/commit/7f01c65753a296803ceb5bc470f61380b4185ea9)) + + + # [0.65.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.64.3...v0.65.0) (2024-04-19) diff --git a/package.json b/package.json index 098c352..9adefa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.65.0", + "version": "0.65.1", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {