From 1e935b10f04133e39e742746d2dcaeabe2a176fc Mon Sep 17 00:00:00 2001
From: Conventional Changelog Action <conventional.changelog.action@github.com>
Date: Fri, 12 Apr 2024 18:57:20 +0000
Subject: [PATCH] chore(release): v0.64.2 [skip ci]

---
 CHANGELOG.md | 9 +++++++++
 package.json | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 073e2e4..c7246dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [0.64.2](https://github.com/openziti/ziti-browzer-runtime/compare/v0.64.1...v0.64.2) (2024-04-12)
+
+
+### Bug Fixes
+
+* add an AzureAD oauth response 'expires_in' workaround ([#279](https://github.com/openziti/ziti-browzer-runtime/issues/279)) ([1aa7327](https://github.com/openziti/ziti-browzer-runtime/commit/1aa73272ac8c5d6f4c363964290cc2071ed28b28))
+
+
+
 ## [0.64.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.64.0...v0.64.1) (2024-04-01)
 
 
diff --git a/package.json b/package.json
index 7b1ad5f..24414d5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@openziti/ziti-browzer-runtime",
-  "version": "0.64.1",
+  "version": "0.64.2",
   "type": "module",
   "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app",
   "scripts": {