diff --git a/CHANGELOG.md b/CHANGELOG.md index 314a70d..c5a3969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.1](https://github.com/rwv/workbox-add-integrity/compare/v2.2.0...v2.2.1) (2024-07-29) + + +### Bug Fixes + +* set registry-url for actions/setup-node@v4 when publish ([4f97583](https://github.com/rwv/workbox-add-integrity/commit/4f97583cf2c5afff672080c60b809456288f3be5)) + ## [2.2.0](https://github.com/rwv/workbox-add-integrity/compare/v2.1.1...v2.2.0) (2024-07-29) diff --git a/package.json b/package.json index 44528d5..d3d6d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workbox-add-integrity", - "version": "2.2.0", + "version": "2.2.1", "description": "A workbox plugin that add integrity to workbox precache manifest.", "main": "lib/index.js", "module": "lib/index.js",