From f2c7201a15ab67e28108d77ff9025e57c1922485 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 21 Oct 2024 21:11:38 +0000 Subject: [PATCH] chore(release): v0.50.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fd9a4..53784e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.50.0](https://github.com/openziti/ziti-browzer-core/compare/v0.49.0...v0.50.0) (2024-10-21) + + +### Features + +* handle null targetServiceAppData ([#187](https://github.com/openziti/ziti-browzer-core/issues/187)) ([0abd17b](https://github.com/openziti/ziti-browzer-core/commit/0abd17b4460cd22d6e131ebfa7fd72add7a75d25)) + + + # [0.49.0](https://github.com/openziti/ziti-browzer-core/compare/v0.48.0...v0.49.0) (2024-10-21) diff --git a/package.json b/package.json index ed2f174..ce369d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-core", - "version": "0.49.0", + "version": "0.50.0", "type": "module", "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)", "scripts": {