diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e74ac..06cc428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.76.1](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.76.0...v0.76.1) (2025-01-21) + + +### Bug Fixes + +* Correct 30x Location header target transform error ([#241](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/issues/241)) ([0206009](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/commit/0206009b204d266f2e05e193c02e1d7f43b7114e)) + + + # [0.76.0](https://github.com/openziti/ziti-browzer-sw-workbox-strategies/compare/v0.75.5...v0.76.0) (2025-01-21) diff --git a/package.json b/package.json index f53da4e..7abd959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openziti/ziti-browzer-sw-workbox-strategies", - "version": "0.76.0", + "version": "0.76.1", "description": "Custom Workbox Strategies used as part of the OpenZiti browZer stack", "main": "src/index.js", "scripts": {