From 5da23ee773aeb036e82b38e3a9e3e770de9a81c5 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 19 Jul 2023 15:07:55 +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 6c91a79..cdcd7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.31.0](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.30.4...v0.31.0) (2023-07-19) + + +### Features + +* emit troubleshooting alerts ([#146](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/issues/146)) ([03d45cd](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/commit/03d45cd9ced91648e9653030bba87e4e21f12f90)) + + + ## [0.30.4](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.30.3...v0.30.4) (2023-07-13) diff --git a/package.json b/package.json index 0af2a1d..318fab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-sw-workbox-strategies", - "version": "0.30.4", + "version": "0.31.0", "description": "Custom Workbox Strategies used as part of the OpenZiti browZer stack", "main": "src/index.js", "scripts": {