From 8b66ceab462c385924d8880b477bd7cf6f02d857 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 22 Apr 2024 18:47:23 +0000 Subject: [PATCH] chore(release): v0.40.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a49fdc..071dcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.40.1](https://github.com/openziti/ziti-browzer-core/compare/v0.40.0...v0.40.1) (2024-04-22) + + +### Bug Fixes + +* Service revocation detect/react enhancements ([#142](https://github.com/openziti/ziti-browzer-core/issues/142)) ([127b903](https://github.com/openziti/ziti-browzer-core/commit/127b903cbcaf047d23ea528503e60626ce636b79)) + + + # [0.40.0](https://github.com/openziti/ziti-browzer-core/compare/v0.39.2...v0.40.0) (2024-03-31) diff --git a/package.json b/package.json index 97c4372..add66b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-core", - "version": "0.40.0", + "version": "0.40.1", "type": "module", "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)", "scripts": {