diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1af7a..a63d3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.63.2](https://github.com/openziti/ziti-browzer-runtime/compare/v0.63.1...v0.63.2) (2024-03-21) + + +### Bug Fixes + +* avoid using null appdata ([#274](https://github.com/openziti/ziti-browzer-runtime/issues/274)) ([2544b2b](https://github.com/openziti/ziti-browzer-runtime/commit/2544b2b35513cae15924509ddb5edf9cd9f0e8c0)) + + + ## [0.63.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.63.0...v0.63.1) (2024-03-18) diff --git a/package.json b/package.json index b718c00..c52abe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {