diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a3969..efa892c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/rwv/workbox-add-integrity/compare/v2.2.1...v2.2.2) (2024-07-29) + + +### Bug Fixes + +* move test files to tests folder to avoid pollute lib folder ([8a665d7](https://github.com/rwv/workbox-add-integrity/commit/8a665d7de8917c382797adb1011bc9452611d0df)) + ## [2.2.1](https://github.com/rwv/workbox-add-integrity/compare/v2.2.0...v2.2.1) (2024-07-29) diff --git a/package.json b/package.json index d3d6d0e..6ada153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workbox-add-integrity", - "version": "2.2.1", + "version": "2.2.2", "description": "A workbox plugin that add integrity to workbox precache manifest.", "main": "lib/index.js", "module": "lib/index.js",