diff --git a/CHANGELOG.md b/CHANGELOG.md index bd963b6..1f0e927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.29.1](https://github.com/openziti/ziti-browzer-core/compare/v0.29.0...v0.29.1) (2023-08-08) + + +### Bug Fixes + +* remove utf-8-validate dep ([#111](https://github.com/openziti/ziti-browzer-core/issues/111)) ([8113f7c](https://github.com/openziti/ziti-browzer-core/commit/8113f7c4466d134a3225f0e4890bbeb8f3163738)) + + + # [0.29.0](https://github.com/openziti/ziti-browzer-core/compare/v0.28.0...v0.29.0) (2023-08-08) diff --git a/package.json b/package.json index bc97881..fff025a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-core", - "version": "0.29.0", + "version": "0.29.1", "type": "module", "description": "Core componentry for the Ziti browZer ecosystem (used internally by ziti-browzer-runtime and ziti-sdk-browzer)", "scripts": {