diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7272e..7ceece1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.82.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.81.0...v0.82.0) (2024-10-08) + + +### Features + +* do not process 'null' as a WebSocket event listener ([#361](https://github.com/openziti/ziti-browzer-runtime/issues/361)) ([7c1f25d](https://github.com/openziti/ziti-browzer-runtime/commit/7c1f25de05594c87d9a4c4ea170fe560a885698c)) + + + # [0.81.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.80.0...v0.81.0) (2024-10-02) diff --git a/package.json b/package.json index 94ea58e..b9ea661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.81.0", + "version": "0.82.0", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {