diff --git a/CHANGELOG.md b/CHANGELOG.md index 1861759..fe15cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.42.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.41.1...v0.42.0) (2023-08-02) + + +### Features + +* alert on channelConnectFailEvent ([#179](https://github.com/openziti/ziti-browzer-runtime/issues/179)) ([7bae8f6](https://github.com/openziti/ziti-browzer-runtime/commit/7bae8f6bc98ffdcd38dd0df68e6aac66c71fa617)) + + + ## [0.41.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.41.0...v0.41.1) (2023-08-02) diff --git a/package.json b/package.json index 51fe48f..4b04301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.41.1", + "version": "0.42.0", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {