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": {