diff --git a/CHANGELOG.md b/CHANGELOG.md index f023855..48fd9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.49.0](https://github.com/openziti/ziti-browzer-core/compare/v0.48.0...v0.49.0) (2024-10-21) + + +### Features + +* handle null targetServiceAppData ([#186](https://github.com/openziti/ziti-browzer-core/issues/186)) ([b5f4ed2](https://github.com/openziti/ziti-browzer-core/commit/b5f4ed2b0a46fd2915cd506b32f09503051538be)) + + + # [0.48.0](https://github.com/openziti/ziti-browzer-core/compare/v0.47.0...v0.48.0) (2024-10-20) diff --git a/package.json b/package.json index 6a35426..ed2f174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-core", - "version": "0.48.0", + "version": "0.49.0", "type": "module", "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)", "scripts": {