From e9056bf8d18e37e5975be24c308e6e0bb74d8aaa Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 23 May 2023 23:15:45 +0000 Subject: [PATCH] chore(release): v0.31.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 86b3f05..77668b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.31.0](https://github.com/openziti/ziti-browzer-runtime/compare/v0.30.1...v0.31.0) (2023-05-23) + + +### Features + +* advanced services support ([#161](https://github.com/openziti/ziti-browzer-runtime/issues/161)) ([bee073f](https://github.com/openziti/ziti-browzer-runtime/commit/bee073fcb6221f477e804f408ecd100170f88a2b)) + + + ## [0.30.1](https://github.com/openziti/ziti-browzer-runtime/compare/v0.30.0...v0.30.1) (2023-05-19) diff --git a/package.json b/package.json index 5eceba7..f94f09c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-runtime", - "version": "0.30.1", + "version": "0.31.0", "type": "module", "description": "The Ziti JavaScript runtime that is auto-injected into the Page of a Zitified web app", "scripts": {