diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ae8025..2205350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.68.4](https://github.com/openziti/ziti-browzer-runtime/compare/v0.68.3...v0.68.4) (2024-07-08) + + +### Bug Fixes + +* remove obsolete hotkey/modal ([#316](https://github.com/openziti/ziti-browzer-runtime/issues/316)) ([3f6b278](https://github.com/openziti/ziti-browzer-runtime/commit/3f6b278ef6a99ca27d9b395b8fe724ba2bba667b)) + + + ## [0.68.3](https://github.com/openziti/ziti-browzer-runtime/compare/v0.68.2...v0.68.3) (2024-07-02) diff --git a/package.json b/package.json index 460de1a..5b10948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.68.3", + "version": "0.68.4", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {